Redundant comments
This commit is contained in:
parent
f2dbfdbca7
commit
ae726cdbe4
1 changed files with 2 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue