summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-07 13:14:34 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-07 13:14:37 +0100
commit2101a89a4636ee034c09bea0b01904abd6485b1b (patch)
treec61a24406534789f676743157da431b7afda1063
parent396e2b6467892574e9d67aed2a9886ac9bee9634 (diff)
Add blog title.
-rw-r--r--_config.yml2
-rw-r--r--_layouts/post.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 5753557..910d02c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,6 +5,8 @@ server_port: 9001
baseurl: /
url: http://localhost:4000
+title: José Mota &mdash; Web craftsman
+
source: .
destination: ./_site
plugins: ./_plugins
diff --git a/_layouts/post.html b/_layouts/post.html
index ecee140..78a0eb1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,6 +9,7 @@
<body>
<div id="bucket">
+ <h1 id="logo">{{site.title}}</h1>
<h1>{{page.title}}</h1>
{{content}}