From 86c5f97fb8f5e98424985b3b76a938c66d7b2ccc Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 8 Aug 2012 14:53:54 +0100 Subject: [PATCH] Fix titles for blog section --- _layouts/default.html | 2 +- _layouts/post.html | 1 + blog/index.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index f8b4024..45dc3be 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ - {{ page.title }} + {{ page.title_prefix }}{{ page.title }}{{ page.title_postfix }} diff --git a/_layouts/post.html b/_layouts/post.html index 33dc43d..26053d2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,6 +2,7 @@ layout: default tab: blog footer: hide +title_postfix: " · MSM" ---