zola/components/templates/src
Hannu Hartikainen 36ec33f042
Change get_url(cachebust=true) to use a hash (#1032)
Cache-busting was previously done with a compile-time timestamp. Change
to the SHA-256 hash of the file to avoid refreshing unchanged files.

The implementation could be used to add a new global fn (say,
get_file_hash) for subresource integrity use, but that's for another
commit.

Fixes #519.

Co-authored-by: Vincent Prouillet <balthek@gmail.com>
2020-05-23 11:46:50 +02:00
..
builtins Fix tests + rustfmt 2020-04-22 10:07:17 +02:00
global_fns Change get_url(cachebust=true) to use a hash (#1032) 2020-05-23 11:46:50 +02:00
filters.rs Enable strikethrough in markdown filter 2020-02-28 08:17:01 +01:00
lib.rs Support and default to generating Atom feeds 2020-04-14 17:27:08 +05:30