From 645a474cab72f6a3363b7e82cab0343d38b8ba31 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 17 Jun 2025 01:35:34 +0200 Subject: [PATCH] feat: add permalinks to sections --- themes/bcarlin/layouts/_markup/render-heading.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/bcarlin/layouts/_markup/render-heading.html diff --git a/themes/bcarlin/layouts/_markup/render-heading.html b/themes/bcarlin/layouts/_markup/render-heading.html new file mode 100644 index 0000000..566326f --- /dev/null +++ b/themes/bcarlin/layouts/_markup/render-heading.html @@ -0,0 +1,6 @@ + + {{ .Text }} + + {{- partial "icon.html" (dict "icon" "links-line" "label" "Permalink to this section") -}} + +