diff --git a/_layouts/page.html b/_layouts/page.html index d513db4..5e6d1de 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,16 +3,9 @@ layout: default ---
- {% include navbar.html %} -
-
-

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

-

- {{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} -

+
+

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

{{ content }}