Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
318b7ff9d4
commit
1d5c587eb5
@ -19,7 +19,7 @@
|
|||||||
<meta property="og:title" content="Kasper Hermansen's blog is a hub of insights on platform engineering">
|
<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: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: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:type" content="website">
|
||||||
<meta property="og:site_name" content="Kasper Hermansen's Blog">
|
<meta property="og:site_name" content="Kasper Hermansen's Blog">
|
||||||
<meta name="twitter:card" content="summary">
|
<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:image" content="https://blog.kasperhermansen.com/images/kjuulh.jpg">
|
||||||
<meta name="twitter:creator" content="@kjuulh">
|
<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 %}
|
{% block extra_head %}
|
||||||
{% endblock extra_head %}
|
{% endblock extra_head %}
|
||||||
@ -52,7 +53,8 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="https://git.front.kjuulh.io/kjuulh" target="_blank" rel="noopener noreferrer"
|
<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>
|
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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@ -61,4 +63,4 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user