From 30c268fdabca62c7c4df6e8db7426666fc2be66a Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 5 May 2024 19:51:24 -0600 Subject: Change interface --- _includes/navigation_buttons.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _includes/navigation_buttons.html (limited to '_includes/navigation_buttons.html') diff --git a/_includes/navigation_buttons.html b/_includes/navigation_buttons.html new file mode 100644 index 0000000..5b2d8b0 --- /dev/null +++ b/_includes/navigation_buttons.html @@ -0,0 +1,18 @@ +
+
+ +
+ {% if page.previous %} + + {% t post.previous %} + + {% endif %} +
+
+
-- cgit v1.2.3