Files
chill.social/themes/chill-theme/layouts/shortcodes/toc.html
2026-01-28 09:40:37 +01:00

5 lines
161 B
HTML

<div class="bg-gray-50 p-6 rounded-lg mb-8">
<h2 class="text-xl font-semibold mb-4">{{ i18n "tableOfContents" }}</h2>
{{ .Page.TableOfContents }}
</div>