zola/components
Nikita Karamov 56122defde Fix YAML date parsing (#2549)
* Refine YAML date regex

This commit does a few changes:

- Introduce a new regex
  - it is a bit off-spec (it allows one-digit months and days in date-only mode)
  - uses named groups
  - avoids group duplication
- parses offset once

Fixes #2538

* Fix nanosecond parsing

* Rename variables for brewity

* Add tests
2024-08-15 20:19:03 +02:00
..
config Update changelog + add back config.generate_feed in templates for now 2024-06-24 23:03:21 +02:00
console add link_checker settings for external_level and internal_level (#1848) 2022-05-11 21:54:34 +02:00
content Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02:00
errors Remove unused deps thanks to cargo-machete 2022-04-27 19:49:57 +02:00
imageproc cargo fmt 2024-06-20 23:15:24 +02:00
libs Update deps 2024-06-20 23:15:24 +02:00
link_checker Speedup "zola check" command by reusing the Client (#2171) 2023-12-18 23:24:06 +01:00
markdown Implemented bottom footnotes with backreferences (#2480) 2024-06-20 23:15:24 +02:00
search Add support for Fuse.js search format (#2507) 2024-06-20 23:15:24 +02:00
site Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02:00
templates Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02:00
utils Fix YAML date parsing (#2549) 2024-08-15 20:19:03 +02:00