summaryrefslogtreecommitdiff
path: root/themes/itheme/layouts/_default/_markup/render-heading.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/itheme/layouts/_default/_markup/render-heading.html')
-rw-r--r--themes/itheme/layouts/_default/_markup/render-heading.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/itheme/layouts/_default/_markup/render-heading.html b/themes/itheme/layouts/_default/_markup/render-heading.html
new file mode 100644
index 0000000..5bbb7ac
--- /dev/null
+++ b/themes/itheme/layouts/_default/_markup/render-heading.html
@@ -0,0 +1,12 @@
+<!--
+ * @Description:
+ * @Author: Floyd Li (floyd.li@outlook.com)
+ * @Date: 2023-03-03 16:32:46
+ * @LastEditors: Floyd Li (floyd.li@outlook.com)
+ * @LastEditTime: 2023-03-03 16:35:20
+-->
+<div class="component-content pagebody component">
+ <h{{ .Level }} id="{{ .Anchor | safeURL }}" class="pagebody-header">
+ {{ .Text | safeHTML }}
+ </h{{ .Level }}>
+</div> \ No newline at end of file