Add opengraph tags
This commit is contained in:
parent
bccf7d1ef0
commit
6a5908ac15
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,8 @@ params:
|
||||||
geekring_site_id: 227
|
geekring_site_id: 227
|
||||||
gitlab_username: "redstrate"
|
gitlab_username: "redstrate"
|
||||||
profile_picture: "/rss-image.png"
|
profile_picture: "/rss-image.png"
|
||||||
|
images:
|
||||||
|
- rss-image.png
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: 'redstrate'
|
name: 'redstrate'
|
||||||
|
|
|
@ -38,4 +38,6 @@
|
||||||
<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">
|
||||||
|
|
||||||
|
{{ template "_internal/opengraph.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue