aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-heading.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/_markup/render-heading.html')
-rw-r--r--layouts/_default/_markup/render-heading.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html
deleted file mode 100644
index 2b14e7c..0000000
--- a/layouts/_default/_markup/render-heading.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<h{{ .Level }} id="{{ .Anchor | safeURL }}">
- <a href="#{{ .Anchor | safeURL}}">
- {{ .Text | safeHTML }}
- </a>
-</h{{ .Level }}>