From b9c3946dab30a097cd5390e019e42a8a99116587 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 5 Apr 2019 20:15:53 -0400 Subject: Added improvement; Blog will be added later. --- _layouts/posts.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _layouts/posts.html (limited to '_layouts/posts.html') diff --git a/_layouts/posts.html b/_layouts/posts.html new file mode 100644 index 0000000..c8f24b1 --- /dev/null +++ b/_layouts/posts.html @@ -0,0 +1,18 @@ + + + + {% include heading.html %} + {{ page.title }} | Silicon Linux + + +
+ {% include navigator.html %} +
+ {{ content }} +
+
+ + {% include footing.html %} + {% include footer.html %} + + \ No newline at end of file -- cgit v1.2.3