From 73742b5c43ca06cf8d4d553fdc9ffc3b9d8bd8a1 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 12:32:26 +0200 Subject: [PATCH] New blog structure layout --- _layouts/newblog.html | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _layouts/newblog.html diff --git a/_layouts/newblog.html b/_layouts/newblog.html new file mode 100644 index 0000000..4a893e8 --- /dev/null +++ b/_layouts/newblog.html @@ -0,0 +1,46 @@ +-- +layout: default +--- + +
+
+
+
+

Blog

+
+
+
+
+ + + +
+
+
+ {{content}} + + {% if paginator %} +
+ {% if paginator.next_page %} + {% if paginator.next_page == 1 %} + Older Entries + {% else %} + Older Entries + {% endif %} + {% else %} + + {% endif %} + {% if paginator.previous_page %} + {% if paginator.previous_page == 1 %} + Newer Entries + {% else %} + Newer Entries + {% endif %} + {% else %} + + {% endif %} +
+ {% endif %} +
+
+