about summary refs log tree commit diff
path: root/layouts
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-10 21:06:26 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-10 21:06:26 +0700
commit52a29ac666b2cdc853da8a0c262a6cf926c29fd4 (patch)
tree2beb1b988ead5e50b40746447382a0b8e4f123af /layouts
parent12fe4c554caed7a0c66def0516c3048b00e63090 (diff)
downloadblog-52a29ac666b2cdc853da8a0c262a6cf926c29fd4.tar.gz
Update theme
Diffstat (limited to 'layouts')
-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 }}>