aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/unread_entries.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/unread_entries.html')
-rw-r--r--template/html/unread_entries.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/html/unread_entries.html b/template/html/unread_entries.html
index 74ab26a..cadafb4 100644
--- a/template/html/unread_entries.html
+++ b/template/html/unread_entries.html
@@ -34,6 +34,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 }}