last css bug? isso thread width
This commit is contained in:
parent
b9363048fd
commit
ca1719600d
6 changed files with 14 additions and 5 deletions
9
site/_includes/page.njk
Normal file
9
site/_includes/page.njk
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue