From 75aee1d05809c0b311910fd98a72503c3a4d8082 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:27:13 +0200 Subject: [PATCH] fix: remove anchor markup from heading innerhtml Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/partials/heading.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/layouts/partials/heading.html b/layouts/partials/heading.html index 37986254b9..61ee8b53db 100644 --- a/layouts/partials/heading.html +++ b/layouts/partials/heading.html @@ -1,12 +1,7 @@ {{ $id := .id | default (anchorize (plainify .text)) }} - - - {{ .text }} - - + + + {{ .text }} +