feat: add canonical header
This commit is contained in:
parent
a0c5f8facf
commit
9dd7daaf00
@ -614,18 +614,10 @@ html,
|
|||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-5 {
|
|
||||||
height: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-6 {
|
.w-6 {
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-5 {
|
|
||||||
width: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-w-3xl {
|
.max-w-3xl {
|
||||||
max-width: 48rem;
|
max-width: 48rem;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
<meta name="description" content="Kasper Hermansen's blog is a hub of insights on platform engineering. ">
|
<meta name="description" content="Kasper Hermansen's blog is a hub of insights on platform engineering. ">
|
||||||
<meta name="keywords" content="Kasper Hermansen, kjuulh, blog, technology, platform engineering, cloud native">
|
<meta name="keywords" content="Kasper Hermansen, kjuulh, blog, technology, platform engineering, cloud native">
|
||||||
<link rel="canonical" href="https://blog.kasperhermansen.com/">
|
|
||||||
<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">
|
||||||
@ -28,6 +27,9 @@
|
|||||||
<meta name="twitter:description" content="Kasper Hermansen's blog is a hub of insights on platform engineering">
|
<meta name="twitter:description" content="Kasper Hermansen's blog is a hub of insights on platform engineering">
|
||||||
<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">
|
||||||
|
|
||||||
|
{% block extra_head %}
|
||||||
|
{% endblock extra_head %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
|
||||||
|
{% block extra_head %}
|
||||||
|
<link rel="canonical" href="{{ page.permalink }}">
|
||||||
|
{% endblock extra_head %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="mx-auto px-4 max-w-3xl py-8">
|
<div class="mx-auto px-4 max-w-3xl py-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user