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>
|
</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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue