summaryrefslogtreecommitdiff
path: root/_layouts/static.html
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-06-26 08:31:08 +0100
committerJosé Mota <josemota.net@gmail.com>2012-06-26 08:31:08 +0100
commit124459194de72f79804ee352f899b95739ea03bf (patch)
tree1d4f55761cc7a0a29edc2739374e3ba2837c886a /_layouts/static.html
parent6a438a329c9d598d31cf99c2ac65855553a0dbbe (diff)
Add description to layout.
Diffstat (limited to '_layouts/static.html')
-rw-r--r--_layouts/static.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/static.html b/_layouts/static.html
index 0619640..719eb98 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -2,7 +2,8 @@
<html>
<head>
<meta charset="utf-8"/>
- <title>{{page.title}}</title>
+ <title>José Mota &bull; {{page.title}}</title>
+ <meta http-equiv="description" content="José Mota is a web interface designer and Ruby / Javascript developer. He speaks occasionally and he loves his Vim editor."/>
<link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="stylesheet" href="/css/highlight.css" />