diff --git a/templates/partials/header.html b/templates/partials/header.html index 0aefba6..afdaf07 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -15,14 +15,17 @@ {% for font in config.extra.fonts %} {% for style in ["Bold", "BoldItalic", "Italic", "Regular"] %} {% set font_path = '/font/' ~ font.path ~ '/' ~ font.name ~ '-' ~ style ~ '.woff2' %} - + {% endfor %} {% endfor %} {# RSS #} + {% block rss %} + {% endblock %} {# Theme #}