1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +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:
Rohan Kumar 2023-07-22 15:14:53 -07:00
parent b66871a573
commit 6391da4aa7
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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:url" content="{{ .Site.Params.CanonicalBaseURL }}{{ $canonicalRelPermalink }}" />
<meta property="og:description" content="{{ $description }}" />
{{ hugo.Generator | replaceRE ">" " />" | safeHTML}}
</head>