last css bug? isso thread width

This commit is contained in:
Joshua Seigler 2025-06-19 17:33:36 -04:00
parent b9363048fd
commit ca1719600d
6 changed files with 14 additions and 5 deletions

9
site/_includes/page.njk Normal file
View file

@ -0,0 +1,9 @@
---
layout: base.njk
---
{% if not omitTOC %}
<header class="toc">{{ content | toc('{"tags":["h2", "h3"],"wrapper":"span"}') | safe }}</header>
{% endif %}
<main data-pagefind-body="data-pagefind-body">
{{ content | safe }}
</main>