aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/layouts/_default/_markup/render-heading.html
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontpage/layouts/_default/_markup/render-heading.html')
-rw-r--r--code/frontpage/layouts/_default/_markup/render-heading.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/frontpage/layouts/_default/_markup/render-heading.html b/code/frontpage/layouts/_default/_markup/render-heading.html
new file mode 100644
index 0000000..8abeac6
--- /dev/null
+++ b/code/frontpage/layouts/_default/_markup/render-heading.html
@@ -0,0 +1 @@
+<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}" class="anchor" aria-hidden="true">#</a></h{{ .Level }}>