hugo/htesting
Bjørn Erik Pedersen a985efcecf Fix GetPage on section/bundle name overlaps
In the internal Radix we stored the directory based nodes without a traling slash, e.g. `/blog`.

The original motivation was probably to make it easy to do prefix searching: Give me all ancestors.

This, however have lead to some ambigouty with overlapping directory names.

This particular problem was, however, not possible to work around in an easy way, so from now we store these as `/blog/`.

Fixes #7301
2020-05-24 12:35:45 +02:00
..
hqt Fix GetPage on section/bundle name overlaps 2020-05-24 12:35:45 +02:00
test_helpers.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
testdata_builder.go Add /config dir support 2018-12-11 13:08:36 +01:00