hugo-theme-relearn/exampleSite/layouts/partials/toc.html
2023-02-10 00:34:47 +01:00

8 lines
No EOL
220 B
HTML

<div class="default-animation progress">
<div class="toc-wrapper">
{{- partial "shortcodes/piratify.html" (dict
"context" .
"pagefield" "TableOfContents"
) }}
</div>
</div>