From ca0c69911b5645c306c30f2a8b00dd378315b791 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 3 Nov 2018 15:19:58 -0400 Subject: Our new blog system (kind of broken for now) and some additional features --- _layouts/post.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a9edd82 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,19 @@ +--- +--- + + + + {% include heading.html %} + {{ page.title }} | Silicon Linux Blog + + + {% include navigator.html %} + +

{{ page.title }}

+

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

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