Add Fediverse author tag
This commit is contained in:
parent
8eddd54022
commit
abd7ca5f91
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ params:
|
||||||
images:
|
images:
|
||||||
- rss-image.png
|
- rss-image.png
|
||||||
author: 'redstrate'
|
author: 'redstrate'
|
||||||
|
fediverse_url: "@redstrate@mastodon.art"
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
blog: 'blog/:year/:month/:title/'
|
blog: 'blog/:year/:month/:title/'
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
<script src="{{ $imagesloaded.RelPermalink }}" integrity="{{ $imagesloaded.Data.Integrity }}"></script>
|
<script src="{{ $imagesloaded.RelPermalink }}" integrity="{{ $imagesloaded.Data.Integrity }}"></script>
|
||||||
|
|
||||||
<meta name="robots" content="noai">
|
<meta name="robots" content="noai">
|
||||||
|
<meta name="fediverse:creator" content="{{ $.Site.Params.fediverse_url }}" />
|
||||||
|
|
||||||
{{ partial "opengraph.html" . }}
|
{{ partial "opengraph.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue