diff --git a/_includes/post_detail.html b/_includes/post_detail.html index 72b834d..e09501f 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -1,6 +1,9 @@

+{% if page.title %} + {{ page.title }} +{% endif %} {% if post.title %} {{ post.title }} {% endif %}

-
{{ content }}
+
{{ content }}
\ No newline at end of file