From d0c390d09b5d70bcdd69fe9c133c89091692fc23 Mon Sep 17 00:00:00 2001 From: Joshua Winters-Brown Date: Mon, 26 Feb 2024 17:14:45 -0500 Subject: [PATCH] Added Content Type Meta While, yes the Content-Type meta will be over written by the server, it is ideal to just have it for the people who dont have their server configured properly. One less thing for them to worry about. --- layouts/partials/head/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index c809636..c49cc45 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -1,4 +1,5 @@ + {{- $description := partialCached "data/description" . .RelPermalink -}}