diff --git a/_layouts/post.html b/_layouts/post.html index a2b4e52..d4659cc 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,15 +1,18 @@ --- layout: default --- -
- -
-

{{ page.title }}

- -
- -
- {{ content }} -
- -
+
+
+
+
+
+
+ {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %} +
+

{{ page.title }}

+
+

{{ content }}

+
+
+
+