From b765af3e2619fc6b64806a3ca502f81b6e5b0b89 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 29 Nov 2021 21:22:26 +0000 Subject: [PATCH] anchorize the reading topics --- layouts/reading/reading.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/reading/reading.html b/layouts/reading/reading.html index acb496a..c19267a 100644 --- a/layouts/reading/reading.html +++ b/layouts/reading/reading.html @@ -6,7 +6,7 @@
{{ range .Data.Pages.GroupByParam "topic"}} -

{{ .Key }}

+

#{{ .Key }}

   
         Title
@@ -19,6 +19,7 @@ {{ end }} {{ end }} +
{{ partial "footer.html" . }}