Skip to content

Commit 8582ccf

Browse files
committed
Fix joining arrays
1 parent f621814 commit 8582ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/format-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## {{ page.slug }} - {{ page.description }}
44

5-
Base type: `{{ page.base_type }}`.
5+
Base type: `{{ page.base_type | join:', ' }}`.
66

77
{{ include.summary }}
88

0 commit comments

Comments
 (0)