diff options
Diffstat (limited to 'theme/cccevents/templates/rss_footer.html')
| -rw-r--r-- | theme/cccevents/templates/rss_footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/cccevents/templates/rss_footer.html b/theme/cccevents/templates/rss_footer.html new file mode 100644 index 0000000..65054c7 --- /dev/null +++ b/theme/cccevents/templates/rss_footer.html | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | {% macro rss_for(article) %} | ||
| 2 | {% if article.lang %} | ||
| 3 | <a href="{{ article.lang }}/feeds/rss_{{ article.lang }}.xml" > | ||
| 4 | <img height="19px" width="19px" alt="rss" src="/theme/rss-icon.png" /> | ||
| 5 | </a> | ||
| 6 | {% endif %} | ||
| 7 | {% endmacro %} | ||
