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