We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23dd0ec + 99a8b77 commit 4dbd127Copy full SHA for 4dbd127
1 file changed
component-library/components/list/list.hugo.html
@@ -84,7 +84,7 @@
84
{{ if site.Params.env_bookshop_live }}
85
{{ $content = printf "%s[%s](#!) | %s |\n" $content .title .description }}
86
{{ else }}
87
- {{ $content = printf "%s[%s](#%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }}
+ {{ $content = printf "%s[%s](%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }}
88
{{ end }}
89
90
0 commit comments