zola/components/site
Skyper d3ab3936de
[WIP] Add support for base64-encoded hash values to 'get_file_hash' (#1339)
* Add support for base64-encoded hash values

The global template function 'get_file_hash' can now return a
base64-encoded hash value when its 'base64' parameter is set to true.

See discussion in #519.

* Fix integrity attribute's value in test site

SRI hash values must be base64-encoded.

* Update documentation about 'get_file_hash'

* Fix 'can_get_hash_for_static_files' unit test
2021-02-20 13:31:37 +01:00
..
benches Fixed site benches compilation 2020-12-14 20:42:55 +01:00
src Make shortcodes work in markdown filter (#1358) 2021-02-19 20:51:08 +01:00
tests [WIP] Add support for base64-encoded hash values to 'get_file_hash' (#1339) 2021-02-20 13:31:37 +01:00
Cargo.toml Fix html minification 2021-01-07 19:04:17 +01:00