diff --git a/App/pages/blog/_layout/layout.twig b/App/pages/blog/_layout/layout.twig index b004f7b..2fb2e22 100644 --- a/App/pages/blog/_layout/layout.twig +++ b/App/pages/blog/_layout/layout.twig @@ -2,6 +2,13 @@ {% import '_layout/icons.twig' as icons %} +{# Feed auto-discovery — only shows up on /blog/* pages, since only this + layout overrides the root layout's empty head_extra block. See + App/pages/blog/feed/index.php. #} +{% block head_extra %} + +{% endblock %} + {% block content %}