Files
personal-website/layouts/partials/table-of-contents.html
T
2023-11-16 16:59:45 +01:00

10 lines
280 B
HTML

{{ $styles := resources.Get "css/partials/table-of-contents.css" | toCSS | minify }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
{{ with .TableOfContents }}
<aside id="table-of-contents">
<h3>Table of contents</h3>
{{ . }}
</aside>
{{ end }}