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:
|
||||
- rss-image.png
|
||||
author: 'redstrate'
|
||||
fediverse_url: "@redstrate@mastodon.art"
|
||||
|
||||
permalinks:
|
||||
blog: 'blog/:year/:month/:title/'
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue