add a TOC, more nutrition info stuff, update some styles and templates
This commit is contained in:
parent
863ed9c128
commit
a29ee38e0e
18 changed files with 534 additions and 86 deletions
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
layout: base.njk
|
||||
---
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
{% 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>
|
||||
<script data-isso="//comments.apps.seigler.net/" src="//comments.apps.seigler.net/js/embed.min.js"></script>
|
||||
|
||||
<section id="isso-thread" data-title="{{computedTitle}}">
|
||||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||
</section>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue