Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

For a software dev like me who has no idea how to create a cute hand-drawn dashed line, this course just 100% works.

— Ira Zayats, Developer

ampersand_list Modifier

Turn a simple array into a comma delimited string with a friendly little ampersand between the last two items.

fruits:
- apples
- bananas
- jerky
{{ fruits | ampersand_list }}
{{ Statamic::modify($fruits)->ampersandList() }}
apples, bananas & jerky
HR: Section
Related Modifiers

These similar modifiers may aid you on your quest.

rotate-vertical
HR: Section
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →