diff --git a/component-library/components/list/list.hugo.html b/component-library/components/list/list.hugo.html index 451e616..bbced97 100644 --- a/component-library/components/list/list.hugo.html +++ b/component-library/components/list/list.hugo.html @@ -84,7 +84,7 @@ {{ if site.Params.env_bookshop_live }} {{ $content = printf "%s[%s](#!) | %s |\n" $content .title .description }} {{ else }} - {{ $content = printf "%s[%s](#%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }} + {{ $content = printf "%s[%s](%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }} {{ end }} {{ end }} {{ end }}