zola/test_site/templates
Hannu Hartikainen 6708f7637c
Implement get_file_hash (#1044)
* Fix get_url(cachebust=true)

The previous implementation looked for static files in the wrong place.
Look in static_path, output_path and content_path. If file can't be
found in any of them, print a warning to stderr and fall back to using
a timestamp.

Add a test to ensure it also works in practice, not just in theory.

* Implement get_file_hash
2020-06-09 22:38:29 +02:00
..
categories Custom taxonomies (#330) 2018-07-16 10:54:05 +02:00
shortcodes Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
tags Fix broken taxonomies pagination 2018-11-29 20:24:46 +01:00
index.html Implement get_file_hash (#1044) 2020-06-09 22:38:29 +02:00
index_paginated.html Remove paginator.pagers 2018-09-30 23:49:32 +02:00
page.html Let toc is visable through Page & Section variables in templates (#818) 2020-02-02 17:44:38 -08:00
page_template.html Add page_template to sections 2018-11-07 19:42:23 +01:00
page_template_child.html Add test for nested page_template 2018-11-07 20:48:39 +01:00
page_template_override.html Add page_template to sections 2018-11-07 19:42:23 +01:00
rebuild.html Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
robots.txt Rename all occurrences of gutenberg to zola in code 2018-10-18 22:50:06 +02:00
section.html Expose relative path of pages & sections 2018-10-18 18:00:40 +02:00
section_paginated.html Remove paginator.pagers 2018-09-30 23:49:32 +02:00