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.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/html/category_entries.html b/template/html/category_entries.html
index 48bf205..90687fb 100644
--- a/template/html/category_entries.html
+++ b/template/html/category_entries.html
@@ -24,6 +24,9 @@
<a href="{{ route "categoryEntries" "categoryID" .category.ID }}">{{ t "menu.show_only_unread_entries" }}</a>
</li>
{{ end }}
+ <li>
+ <a href="{{ route "categoryFeeds" "categoryID" .category.ID }}">{{ t "menu.feeds" }}</a>
+ </li>
</ul>
</section>