feat: add og url
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-10-24 10:19:12 +02:00
parent 318b7ff9d4
commit 1d5c587eb5
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -19,7 +19,7 @@
<meta property="og:title" content="Kasper Hermansen's blog is a hub of insights on platform engineering">
<meta property="og:description" content="Kasper Hermansen's blog is a hub of insights on platform engineering">
<meta property="og:image" content="https://blog.kasperhermansen.com/images/kjuulh.jpg">
<meta property="og:url" content="https://blog.kasperhermansen.com/">
<meta property="og:url" content="{{ get_url(path=page.permalink) }}" />
<meta property="og:type" content="website">
<meta property="og:site_name" content="Kasper Hermansen's Blog">
<meta name="twitter:card" content="summary">
@ -28,7 +28,8 @@
<meta name="twitter:image" content="https://blog.kasperhermansen.com/images/kjuulh.jpg">
<meta name="twitter:creator" content="@kjuulh">
<link rel="alternate" type="application/atom+xml" title="ATOM" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
<link rel="alternate" type="application/atom+xml" title="ATOM" href="{{ get_url(path=" atom.xml",
trailing_slash=false) }}">
{% block extra_head %}
{% endblock extra_head %}
@ -52,7 +53,8 @@
</a>
<a href="https://git.front.kjuulh.io/kjuulh" target="_blank" rel="noopener noreferrer"
class="text-gray-300 hover:text-gray-900 custom-icon h-6 w-6 gitea bg-cover"> </a>
<a rel="me" href="https://fosstodon.org/@kjuulh" class="text-gray-300 hover:text-gray-900" target="_blank"><i class="fa-brands fa-mastodon"></i></a>
<a rel="me" href="https://fosstodon.org/@kjuulh" class="text-gray-300 hover:text-gray-900" target="_blank"><i
class="fa-brands fa-mastodon"></i></a>
</div>
</div>
</footer>
@ -61,4 +63,4 @@
</footer>
</body>
</html>
</html>