From 387402db7c7cad54477471bd2ebe0c19382414a6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 Nov 2020 13:11:05 -0300 Subject: Include link to categories feeds on categories pages --- _includes/categories.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/categories.html b/_includes/categories.html index 22e5df3..23affcf 100644 --- a/_includes/categories.html +++ b/_includes/categories.html @@ -18,8 +18,12 @@ {% assign unique_categories = categories | sort | uniq %} {% for category in unique_categories %} + {% assign feed_link = "feed." | append:include.kind | append:"-by-category." | append:page.lang | append:"." | append:category | append:".atom" | replace:" ", "-" %}

- {{ category }}: + {{ category }} + + {{ site.t.alt.atom[page.lang] }} +