document array_to_sentence_string
This commit is contained in:
parent
a6530544fb
commit
921476231a
|
@ -286,6 +286,16 @@ becomes
|
|||
|
||||
1337
|
||||
|
||||
h3. Array to Sentence String
|
||||
|
||||
Convert an array into a sentence.
|
||||
|
||||
{{ page.tags | array_to_sentence_string }}
|
||||
|
||||
becomes
|
||||
|
||||
foo, bar, and baz
|
||||
|
||||
h3. Include (Tag)
|
||||
|
||||
If you have small page fragments that you wish to include in multiple places
|
||||
|
|
Loading…
Reference in New Issue