diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-30 08:52:02 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-30 08:52:02 +0100 |
| commit | 36dc36af40026e5e4d63c8038f40b07656e8b6c0 (patch) | |
| tree | 7a1cce52339e5ba58726ef3cba42b69142a5d2b4 | |
| parent | cba1ce363ec98b5c5377314e144adc57950a85c9 (diff) | |
Fix nav not working on toc
| -rw-r--r-- | layouts/_default/_markup/render-heading.html | 4 |
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}}> |
