diff options
Diffstat (limited to 'themes/hugo-book/layouts/_default/_markup/render-heading.html')
| -rw-r--r-- | themes/hugo-book/layouts/_default/_markup/render-heading.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/hugo-book/layouts/_default/_markup/render-heading.html b/themes/hugo-book/layouts/_default/_markup/render-heading.html deleted file mode 100644 index 5439d20..0000000 --- a/themes/hugo-book/layouts/_default/_markup/render-heading.html +++ /dev/null @@ -1,4 +0,0 @@ -<h{{ .Level }} id="{{ .Anchor | safeURL }}"> - {{ .Text | safeHTML }} - <a class="anchor" href="#{{ .Anchor | safeURL }}">#</a> -</h{{ .Level }}> |
