From 186df676494bb9228ea49be34252da610d7834b6 Mon Sep 17 00:00:00 2001 From: mat ess Date: Fri, 21 Oct 2022 01:04:19 -0400 Subject: [PATCH] Update templates --- templates/partials/header.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 #}