{% 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) %} {% set rss_icon = load_data(path="static/icon/rss.svg") %} {% if section.generate_feed -%} {{ rss_icon | safe }} {% elif config.generate_feed -%} {{ rss_icon | safe }} {% endif %} {% endif %} {% set moon_icon = load_data(path="static/icon/moon.svg") %} {% set sun_icon = load_data(path="static/icon/sun.svg") %} {% if blog_section_path is defined and section.path is starting_with(blog_section_path) %} {% set toc_icon = load_data(path="static/icon/toc.svg") %} {% if page.extra.toc is defined %}{% set show_toc = page.extra.toc %}{% else %}{% set show_toc = config.extra.toc %}{% endif %} {% if show_toc and page %} {% endif %} {% endif %}