Files
leecat.art/_includes/layouts/page.njk
T
inherentlee 830c1a4666
continuous-integration/drone/push Build is passing
clean up search output
2026-09-12 10:13:43 -07:00

11 lines
267 B
Plaintext

---
layout: base.njk
---
{% js %}{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}{% endjs %}
<heading-anchors content="<i class='fa-solid fa-anchor'></i>" data-pagefind-body>
<h1>{{ title }}</h1>
{{ content | safe }}
</heading-anchors>