40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
{% import "macros/macros.html" as post_macros %}
|
|
{% import "macros/prev.html" as prev_macros %}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>kasperhermansen</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<link rel="stylesheet" href="{{ get_url(path="styles/styles.css") | safe }}" />
|
|
|
|
<script defer data-domain="blog.kasperhermansen.com" src="https://plausible.front.kjuulh.io/js/script.js"></script>
|
|
|
|
<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">
|
|
<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: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:type" content="website">
|
|
<meta property="og:site_name" content="Kasper Hermansen's Blog">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" 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:creator" content="@kjuulh">
|
|
</head>
|
|
|
|
<body>
|
|
<section class="section container mx-auto">
|
|
{% block content %} {% endblock %}
|
|
</section>
|
|
</body>
|
|
|
|
</html>
|