stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Add new `case_insensitive` flag to order filter #101

Closed allejo closed 4 years ago

allejo commented 5 years ago

Summary

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed issues N/A
Target Version v0.2.1

Description

Add a new case_insensitive flag for the order Twig filter that will let you order an array of strings case-insensitively.

Check List