This commit is contained in:
2023-04-03 02:49:17 +02:00
parent 9c716bf4db
commit c4cb0c6d81
12 changed files with 2399 additions and 10 deletions

View File

@@ -11,11 +11,13 @@
<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>
</head>
<body>
<section class="section container mx-auto">
{% block content %} {% endblock %}
{% block content %} {% endblock %}
</section>
</body>