hugo-saasify-theme/layouts/shortcodes/toc.html

5 lines
150 B
HTML
Raw Normal View History

2024-11-20 23:09:07 +11:00
<div class="bg-gray-50 p-6 rounded-lg mb-8">
<h2 class="text-xl font-semibold mb-4">Table of Contents</h2>
{{ .Page.TableOfContents }}
</div>