summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-30 08:52:02 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-30 08:52:02 +0100
commit36dc36af40026e5e4d63c8038f40b07656e8b6c0 (patch)
tree7a1cce52339e5ba58726ef3cba42b69142a5d2b4 /layouts
parentcba1ce363ec98b5c5377314e144adc57950a85c9 (diff)
Fix nav not working on toc
Diffstat (limited to 'layouts')
-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 60e75b7..0000000
--- a/layouts/_default/_markup/render-heading.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<h{{.Level}} {{with .Attributes.class}}class="{{.}}" {{end}}>
- <!--Note to myself : If I want something to precede my titles, put something in the ""-->
- <small>{{strings.Repeat (sub .Level 1) ""}}</small>{{.Text | safeHTML}}
-</h{{.Level}}>