6 lines
224 B
HTML
6 lines
224 B
HTML
{{/* Remove <nav id="TableOfContents"> and </nav> from .TableOfContents */}}
|
|
{{ $toc := .TableOfContents }}
|
|
{{ $toc = replace $toc "<nav id=\"TableOfContents\">" "" }}
|
|
{{ $toc = replace $toc "</nav>" "" }}
|
|
|
|
{{ return $toc }} |