summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html2
-rw-r--r--_layouts/static.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index ad00d18..41d7085 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
- <title>{{page.title}}</title>
+ <title>{{page.title}} &bull; José Mota</title>
<link href='http://fonts.googleapis.com/css?family=PT+Serif: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" />
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" />