aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-14 13:40:08 -0300
committerEuAndreh <eu@euandre.org>2020-11-14 13:51:07 -0300
commitb611e04abd4576e65d2a9d9dd070d09a02d97aab (patch)
tree61089943b323ab0be6fd493e3fdde632c153afc5 /_includes
parentInclude link to categories feeds on categories pages (diff)
downloadeuandre.org-b611e04abd4576e65d2a9d9dd070d09a02d97aab.tar.gz
euandre.org-b611e04abd4576e65d2a9d9dd070d09a02d97aab.tar.xz
Generate feed files for all collections and languages
Diffstat (limited to '_includes')
-rw-r--r--_includes/link-listing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/link-listing.html b/_includes/link-listing.html
index 2ceaf6a..9252b7b 100644
--- a/_includes/link-listing.html
+++ b/_includes/link-listing.html
@@ -1,6 +1,6 @@
<h2>
{{ site.t[include.kind].listing[page.lang] }}
- <a href="{% link {{ site.t[include.kind].feed.url[page.lang] }} %}">
+ <a href="{{ site.t[include.kind].feed.url[page.lang] }}">
<img class="simple-icon" src="/images/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" />
</a>
</h2>