zola/docs
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
..
content Change get_url(cachebust=true) to use a hash (#1032) 2020-05-23 11:46:50 +02:00
sass Update livereload.js 2020-02-02 17:48:43 -08:00
static Only shrink when resizing with fit (#803) 2019-09-24 16:54:14 -07:00
templates fix: update year in docs template (#917) 2020-01-10 10:30:42 +01:00
config.toml Ensure public exists for search index 2019-07-20 16:09:17 +02:00