From bbd921e1c97ac2b36b680a0d34d56b037d1fa523 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 14 Aug 2022 13:05:27 -0400 Subject: [PATCH] Cachebust favicon --- templates/partials/header.html | 4 ++-- templates/partials/nav.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@