aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/category_entries.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/category_entries.html')
-rw-r--r--template/html/category_entries.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/html/category_entries.html b/template/html/category_entries.html
index 6cf6c51..e704195 100644
--- a/template/html/category_entries.html
+++ b/template/html/category_entries.html
@@ -31,6 +31,15 @@
</article>
{{ end }}
</div>
+ <section class="page-footer">
+ {{ if .entries }}
+ <ul>
+ <li>
+ <a href="#" data-on-click="markPageAsRead">{{ t "Mark this page as read" }}</a>
+ </li>
+ </ul>
+ {{ end }}
+ </section>
{{ template "pagination" .pagination }}
{{ end }}