diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-05 10:32:37 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2019-08-05 10:32:37 +0200 |
commit | 770ef6ab748ec6070a7eb2eec8626dc5338d6fd5 (patch) | |
tree | bec9b2ae2d62a576602c3a62f4e99a07522d3ed9 /theme/templates/categories.html | |
parent | 5fbaa084647548e60f9a037096ecbb84a8c84e90 (diff) |
Switch to pelican4.1
Diffstat (limited to 'theme/templates/categories.html')
-rwxr-xr-x | theme/templates/categories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/categories.html b/theme/templates/categories.html index 0cd25d4..b63eef8 100755 --- a/theme/templates/categories.html +++ b/theme/templates/categories.html @@ -9,7 +9,7 @@ <li> <a href="{{ category.url }}">{{ category }}</a> ({{ articles|count }}) {% if CATEGORY_FEED_RSS %} - <a href="{{ SITEURL }}/{{ CATEGORY_FEED_RSS % category }}" ><img src="theme/images/rss.png" /></a> + <a href="{{ SITEURL }}/{{ CATEGORY_FEED_RSS.format(slug=category) }}" ><img src="theme/images/rss.png" /></a> {% endif %} </li> {% endfor %} |