{% if config.extra.blog_section_path is defined %}
{% set blog_section_path = config.extra.blog_section_path %}
{% endif %}
{% if blog_section_path is defined and section.path is starting_with(blog_section_path) %}
{% if section.generate_feeds or config.generate_feeds %}
{% set link = get_url(path=rss_path) %}
{% endif %}
{% endif %}