diff --git a/_layouts/post.html b/_layouts/post.html index 5c0c948..81d3b46 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,22 +3,14 @@ layout: default ---
- {% include navbar.html %} -
-
-

- {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} -

-

- -

+
+ +

{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }}

{{ content }} -
-
{% include disqus.html %} -
+