Files
leecat.art/_includes/layouts/post-with-toc.njk
T
inherentlee bfa91ea19f
continuous-integration/drone/push Build is passing
big ol toc update
2026-09-20 15:07:49 -07:00

14 lines
234 B
Plaintext

---
layout: post.njk
---
{% css %}{% include "css/post-toc.css" %}{% endcss %}
<aside id="toc">
<details>
<summary><h2>table of contents</h2></summary>
{{ content | toc | safe }}
</details>
</aside>
{{ content | safe }}