hugo/helpers
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
..
content.go helpers: Fix TrimShortHTML 2020-03-28 11:10:25 +01:00
content_test.go helpers: Fix TrimShortHTML 2020-03-28 11:10:25 +01:00
docshelper.go Some minify configuration adjustments 2020-03-20 20:35:57 +01:00
emoji.go Move the emoji parsing to pageparser 2018-12-20 20:08:01 +01:00
emoji_test.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
general.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
general_test.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
path.go Fix GetPage on section/bundle name overlaps 2020-05-24 12:35:45 +02:00
path_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
pathspec.go Block symlink dir traversal for /static 2019-07-25 11:27:25 +02:00
pathspec_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
processing_stats.go helpers: Fix golint issues 2018-09-07 08:25:51 +02:00
testhelpers_test.go Prepare for Goldmark 2019-11-06 19:09:08 +01:00
url.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
url_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00