mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add the Hugo generator meta-tag again
Finally found a legitimate use-case: https://www.marginalia.nu/release-notes/v2023-06-0/#generator-keywords
This commit is contained in:
parent
b66871a573
commit
6391da4aa7
1 changed files with 1 additions and 0 deletions
|
@ -82,4 +82,5 @@
|
||||||
<meta property="og:image:height" content="{{ $og_image.Height }}" /><meta property="og:image:width" content="{{ $og_image.Width }}" />
|
<meta property="og:image:height" content="{{ $og_image.Height }}" /><meta property="og:image:width" content="{{ $og_image.Width }}" />
|
||||||
<meta property="og:url" content="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}" />
|
<meta property="og:url" content="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}" />
|
||||||
<meta property="og:description" content="{{ $description }}" />
|
<meta property="og:description" content="{{ $description }}" />
|
||||||
|
{{ hugo.Generator | replaceRE ">" " />" | safeHTML}}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue