Skip to content

Commit f04dd36

Browse files
authored
Update link formatting in article shortcode
1 parent 10314cf commit f04dd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/shortcodes/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $link := .Get "link" }}
1+
{{ $link := printf "%s%s" site.LanguagePrefix (.Get "link") }}
22
{{ $showSummary := .Get "showSummary" }}
33
{{ $compactSummary := .Get "compactSummary" | default false }}
44
{{ $target := .Page }}

0 commit comments

Comments
 (0)