1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-25 11:11:52 +00:00
hugo/common/paths
Bjørn Erik Pedersen 37609262dc Add Page.Contents with scope support
Note that this also adds a new `.ContentWithoutSummary` method, and to do that we had to unify the different summary types:

Both `auto` and `manual` now returns HTML. Before this commit, `auto` would return plain text. This could be considered to be a slightly breaking change, but for the better: Now you can treat the `.Summary` the same without thinking about where it comes from, and if you want plain text, pipe it into `{{ .Summary | plainify }}`.

Fixes 
Fixes 
Fixes 
Fixes 
2024-08-29 16:45:21 +02:00
..
path.go Implement defer 2024-06-23 11:25:47 +02:00
path_test.go Implement defer 2024-06-23 11:25:47 +02:00
pathparser.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
pathparser_test.go
paths_integration_test.go
pathtype_string.go
url.go
url_test.go