From 40f57ed72a601d8489a180f3bd9acd5e6c20d323 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Tue, 23 Apr 2024 01:19:27 +0700 Subject: Update theme --- layouts/_default/_markup/render-heading.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/_default/_markup/render-heading.html (limited to 'layouts/_default/_markup') diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html new file mode 100644 index 0000000..73f5c26 --- /dev/null +++ b/layouts/_default/_markup/render-heading.html @@ -0,0 +1,7 @@ +{{ $id := .Anchor | safeURL }} + + + + {{ .Text | safeHTML }} + + -- cgit 1.4.1