Files
kubecon24/themes/hugo-theme-relearn/layouts/partials/toc-class.html
2024-03-19 14:59:45 +01:00

3 lines
183 B
HTML

{{- $toc_content := partial "toc-id.html" . }}
{{- $toc_content = strings.Replace $toc_content "id=\"TableOfContents\"" "class=\"TableOfContents\"" 1 }}
{{- $toc_content | safeHTML }}