zola/test_site/content
yanghuidong b9296f7985
Make current_path always start with a slash (#1101)
* Make {section, page}.path always start with a slash

Change tests accordingly

* Fix missing leading/trailing slash in current_path of Taxonomy ("tags") and TaxonomyItem ("some-tag")

* Make {Paginator, Pager}.path always start with a slash

Fix Paginator.path missing trailing slash in from_taxonomy()

Change tests accordingly

* Update documentation regarding current_path now always starting with a slash

* Fix asymptomatic inverted logic in filter() for {section, page}.assets

* Add to 3 integration tests several checks for current_path in different templates

* Add a check for current_path in a paginated index section, "/page/2/"

This requires adding two dummy pages in the content root.

* Fix false passing of test on paginator.last due to URL prefix matching

A string formatting such as {name: value} can help prevent this.
2020-07-29 20:44:09 +02:00
..
applying_page_template Add test for nested page_template 2018-11-07 20:48:39 +01:00
paginated Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
posts Section extra -> SitemapEntry (#850) 2020-02-02 17:48:42 -08:00
rebuild Fix reload with taxonomies 2018-11-16 23:51:11 +01:00
.should-not-be-picked-up.md Do not load markdown files starting with a . 2018-09-13 17:07:14 +02:00
_index.md Ensure we don't delete root index without 2019-02-22 21:48:31 +01:00
hello.md Do not error on files starting with utf-8 BOM 2018-10-29 12:43:53 +01:00
root-page-1.md Make current_path always start with a slash (#1101) 2020-07-29 20:44:09 +02:00
root-page-2.md Make current_path always start with a slash (#1101) 2020-07-29 20:44:09 +02:00