This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<body>
|
||||
{% include "header.njk" %}
|
||||
|
||||
<main id="main" data-pagefind-body>
|
||||
<main id="main">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ layout: base.njk
|
||||
---
|
||||
{% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %}
|
||||
|
||||
<heading-anchors content="<i class='fa-solid fa-anchor'></i>">
|
||||
<heading-anchors content="<i class='fa-solid fa-anchor'></i>" data-pagefind-body>
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
@@ -8,7 +8,7 @@ layout: base.njk
|
||||
{% js %}{% include "js/modal.js" %}{% endjs %}
|
||||
|
||||
<heading-anchors content="<i class='fa-solid fa-anchor'></i>">
|
||||
<article>
|
||||
<article data-pagefind-body>
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<div class="post-metadata">
|
||||
|
||||
Reference in New Issue
Block a user