Redundant comments

This commit is contained in:
madrilene 2023-10-30 12:30:03 +01:00
parent f2dbfdbca7
commit ae726cdbe4

View file

@ -61,17 +61,12 @@
</head>
<body>
<!-- header -->
{% include "partials/header.njk" %}
<!-- content slot -->
<main id="main" class="flow">{{ content | safe }}</main>
<!-- footer -->
{% include "partials/footer.njk" %}
<!-- youtube if actvated in yaml -->
{% if youtube %}
{% include "partials/footer.njk" %} {% if youtube %}
<!-- youtube, if actvated in frontmatter -->
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@justinribeiro/lite-youtube@1.4.0/lite-youtube.min.js"