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