From 14ad9250cf52b005ff17e0d9971c4087ddb6718d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 29 May 2024 16:22:17 +0200 Subject: update referrer meta header to match Netlify header --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index a2c5187..6a20cb9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,7 +9,7 @@ {% include "favicon.html" ignore missing -%} {%- block title %}{{ config.title }}{%- endblock %} {% include "seo_tags.html" ignore missing -%} - + {%- if config.generate_feed %} {% block rss -%} -- cgit 1.4.1