From 071423542a250a7b821af24e578b991fd281eaa8 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 22 Jan 2023 20:38:47 +0100 Subject: [PATCH] Make the meta generator tag optional --- lib/template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/template.html b/lib/template.html index 981aa9a..42a11c3 100755 --- a/lib/template.html +++ b/lib/template.html @@ -3,7 +3,9 @@ {{ seo_tag.title }} {% endif %} +{% unless seo_tag.skip_generator %} +{% endif %} {% if seo_tag.page_title %}