github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/toc-class.html (about)

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