Skip to content

Commit 4dbd127

Browse files
authored
Merge pull request #88 from gethinode/develop
fix(list): correct relative permalink link format
2 parents 23dd0ec + 99a8b77 commit 4dbd127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-library/components/list/list.hugo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
{{ if site.Params.env_bookshop_live }}
8585
{{ $content = printf "%s[%s](#!) | %s |\n" $content .title .description }}
8686
{{ else }}
87-
{{ $content = printf "%s[%s](#%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }}
87+
{{ $content = printf "%s[%s](%s) | %s |\n" $content .LinkTitle .RelPermalink .Description }}
8888
{{ end }}
8989
{{ end }}
9090
{{ end }}

0 commit comments

Comments
 (0)