summaryrefslogtreecommitdiff
path: root/theme/cccevents/templates/rss_footer.html
blob: 65054c7b28aee1a3e8b6760a6d93c8282d5a24ab (plain)
1
2
3
4
5
6
7
{% macro rss_for(article) %}
{% if article.lang %}
                                <a href="{{ article.lang }}/feeds/rss_{{ article.lang }}.xml" >
                                    <img height="19px" width="19px" alt="rss" src="/theme/rss-icon.png" />
                                </a>
{% endif %}
{% endmacro %}