{# RSS autodiscovery: feed readers and browsers find these. `site.feeds` lists
one per content type with `feed = true` (empty until base_url is set). #}
{% for feed in site.feeds %}
{% endfor %}
{# Full-bleed bar; this inner .container aligns the logo/nav to the page. #}
{{ site.title }}
{% if site.nav.enabled %}
{# CSS-only burger: the hidden checkbox toggles the nav on small screens. #}
{% endif %}