diff --git a/templates/partials/header.html b/templates/partials/header.html index 027f70a..3472af4 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -19,13 +19,13 @@ {# Favicon #} {% if config.extra.favicon %} {% set favicon_ext = config.extra.favicon | split(pat=".") | last %} - + {% endif %} {# Font from cdn or disk #} {% if config.extra.use_cdn | default(value=false) %} {% for cdn in config.extra.cdns %} - + {% endfor %} {% else %} diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 5fad9c0..ec24d52 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -1,6 +1,7 @@
- {{ config.title }} + {{ config.title }}