Add Fediverse author tag

This commit is contained in:
Joshua Goins 2024-10-12 14:54:51 -04:00
parent 8eddd54022
commit abd7ca5f91
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ params:
images:
- rss-image.png
author: 'redstrate'
fediverse_url: "@redstrate@mastodon.art"
permalinks:
blog: 'blog/:year/:month/:title/'

View file

@ -40,6 +40,7 @@
<script src="{{ $imagesloaded.RelPermalink }}" integrity="{{ $imagesloaded.Data.Integrity }}"></script>
<meta name="robots" content="noai">
<meta name="fediverse:creator" content="{{ $.Site.Params.fediverse_url }}" />
{{ partial "opengraph.html" . }}
</head>