From 8c7c26d968c1158d22c5d26d417fad1031f6fb42 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 24 Apr 2019 18:27:58 -0400 Subject: Website rewrite --- _layouts/post.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..ce5902f --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,27 @@ +--- +--- + + + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} Blog + + + + {% include navigator.html %} +

{{ page.title }}

+

+
{{ page.date | date_to_string }} | By: {{ page.author }}
+

+

+
Other posts
+

+
+ + {{ content }} +
+ {% include footer.html %} + + + \ No newline at end of file -- cgit v1.2.3