diff options
author | EuAndreh <eu@euandre.org> | 2020-11-14 13:40:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-14 13:51:07 -0300 |
commit | b611e04abd4576e65d2a9d9dd070d09a02d97aab (patch) | |
tree | 61089943b323ab0be6fd493e3fdde632c153afc5 /_includes | |
parent | Include link to categories feeds on categories pages (diff) | |
download | euandre.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.html | 2 |
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> |