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.
This commit is contained in:
Joshua Winters-Brown 2024-02-26 17:14:45 -05:00
parent 405e84291a
commit d0c390d09b

View File

@ -1,4 +1,5 @@
<meta charset='utf-8'>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1'>
{{- $description := partialCached "data/description" . .RelPermalink -}}