From 27d887872a0b89517b26dd149ea670501ccb41d6 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 13 Nov 2018 19:26:55 -0500 Subject: silicon linux website template --- _layouts/post.html | 19 +++++++++++++++++++ 1 file changed, 19 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..c0c8602 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,19 @@ +--- +--- + + + + {% include heading.html %} + {{ page.title }} | Andrew's Website Blog + + + {% include navigator.html %} + +

{{ page.title }}

+

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

+ + {{ content }} + + {% include footer.html %} + + -- cgit v1.2.3