From 543e4929c5e0594601fcd3559639627ba00aa8fe Mon Sep 17 00:00:00 2001 From: mattbk Date: Thu, 9 Mar 2017 12:52:00 -0600 Subject: [PATCH] Try to show title. --- _includes/post_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/post_detail.html b/_includes/post_detail.html index e09501f..c134ed1 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -1,3 +1,5 @@ +{% assign page = post %} +

{% if page.title %} {{ page.title }}