mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
fe0197b226
no issue - Date comparisons are possible via API, but there's no way to inject a valid date into the get helper - JavaScript's Date.toString() function outputs dates in a useless format - Swap to using Date.toISOString() and now the format can be understood anywhere! - {{#get "posts" filter="published_at:<='{{published_at}}'"}}{{/get}} works now as expected |
||
---|---|---|
.. | ||
client@5c2cbe3cad | ||
server | ||
test | ||
index.js |