Skip to content

Commit bcafd17

Browse files
committed
fix(params): add a new line after options
fix(hugo/shortcode-params): add a new line after options
1 parent e42b1cf commit bcafd17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

layouts/shortcodes/hugo/shortcode-params.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
{{- with .options }}
4646
{{- printf "\n" }}
4747
{{- delimit (apply . "printf" "`%s`" ".") ", " | i18n "parameter_options" }}
48+
{{- printf "\n" }}
4849
{{- end }}
4950
{{- end }}
5051
{{- end }}

layouts/shortcodes/params.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
{{- with .options }}
4444
{{- printf "\n" }}
4545
{{- delimit (apply . "printf" "`%s`" ".") ", " | i18n "parameter_options" }}
46+
{{- printf "\n" }}
4647
{{- end }}
4748
{{- end }}
4849
{{- end }}

0 commit comments

Comments
 (0)