{% set show_rss = false %} {% if section is defined and section.generate_feeds %} {% set rss_path = section.path ~ config.feed_filenames[0] %} {% set show_rss = true %} {% elif config.generate_feeds %} {% set rss_path = "/" ~ config.feed_filenames[0] %} {% set show_rss = true %} {% endif %} {% if show_rss %} {% set link = get_url(path=rss_path) %}
{{ link }} {% set copy_icon = load_data(path="icon/copy.svg") %} {% set check_icon = load_data(path="icon/check.svg") %}
{% endif %}