From 4ea6acc9d49371495b4a9b9265ff13dc2b157d82 Mon Sep 17 00:00:00 2001 From: Nicolas Goudry Date: Mon, 17 Apr 2023 20:51:01 +0200 Subject: [PATCH] feat: add support for custom heading css class (#608) --- layouts/_default/_markup/render-heading.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 3541446..548ede6 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -4,7 +4,10 @@ {{- if $showAnchor -}}
- + {{ .Text | safeHTML }} @@ -13,7 +16,10 @@
{{- else -}}
- + {{ .Text | safeHTML }}