From 2101a89a4636ee034c09bea0b01904abd6485b1b Mon Sep 17 00:00:00 2001 From: José Mota Date: Sat, 7 Apr 2012 13:14:34 +0100 Subject: Add blog title. --- _config.yml | 2 ++ _layouts/post.html | 1 + 2 files changed, 3 insertions(+) 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 — 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 @@
+

{{site.title}}

{{page.title}}

{{content}} -- cgit v1.2.3-54-g00ecf