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