From 5f675383e5369d3370cc7d9885f1955efb0e4890 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 14 Oct 2024 18:47:15 +0300 Subject: [PATCH] Move fediverse:creator meta tag higher in head --- templates/partials/head.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index 9a45324..9ace957 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -15,6 +15,7 @@ {%- if config.extra.comments %} + {%- endif %} {%- include "partials/favicon.html" %} @@ -115,10 +116,6 @@ {%- endfor %} {%- endif %} - {%- if config.extra.comments %} - - {%- endif %} -