aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/template/html/common/entry_pagination.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/template/html/common/entry_pagination.html')
-rw-r--r--server/template/html/common/entry_pagination.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/server/template/html/common/entry_pagination.html b/server/template/html/common/entry_pagination.html
deleted file mode 100644
index 6c9f29c..0000000
--- a/server/template/html/common/entry_pagination.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{ define "entry_pagination" }}
-<div class="pagination">
- <div class="pagination-prev">
- {{ if .prevEntry }}
- <a href="{{ .prevEntryRoute }}" title="{{ .prevEntry.Title }}" data-page="previous">{{ t "Previous" }}</a>
- {{ else }}
- {{ t "Previous" }}
- {{ end }}
- </div>
-
- <div class="pagination-next">
- {{ if .nextEntry }}
- <a href="{{ .nextEntryRoute }}" title="{{ .nextEntry.Title }}" data-page="next">{{ t "Next" }}</a>
- {{ else }}
- {{ t "Next" }}
- {{ end }}
- </div>
-</div>
-{{ end }} \ No newline at end of file