zola/components
Marshall Bowers 93900fb623
Add num_format filter (#1460)
* Add `num_format` filter for displaying formatted numbers

* Register the filter

* Update docs

* Make `locale` argument required

* Revert "Make `locale` argument required"

This reverts commit 9cdbf285915f0257d1b9157572588b0ce6698a44.

* Pull the default locale from the site config

* Add note about defaults to the docs

* Add missing borrow
2021-06-25 10:07:52 +02:00
..
config Fix config loading 2021-06-02 21:46:20 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
imageproc cargo fmt 2021-06-10 10:26:12 +02:00
library Exclude self from translation list for page/section 2021-06-24 23:28:49 +02:00
link_checker Tweaks to load_data + update deps 2021-04-21 21:43:02 +02:00
rendering Fix config loading 2021-06-02 21:46:20 +02:00
search Fix config loading 2021-06-02 21:46:20 +02:00
site Add num_format filter (#1460) 2021-06-25 10:07:52 +02:00
templates Add num_format filter (#1460) 2021-06-25 10:07:52 +02:00
utils Revamp the images template functions 2021-06-10 10:26:12 +02:00