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

7 lines
187 B
HTML

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