hugo/resources/page
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 #8680
Fixes #12761
Fixes #12778
Fixes #716
2024-08-29 16:45:21 +02:00
..
page_generate
pagemeta Fix it so publishDate rolls up to section, taxonomy, or term pages 2024-07-01 21:48:12 +02:00
siteidentities
page.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_author.go
page_data.go
page_data_test.go
page_integration_test.go
page_kinds.go
page_lazy_contentprovider.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_markup.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_markup_integration_test.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_markup_test.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_marshaljson.autogen.go
page_matcher.go
page_matcher_test.go
page_nop.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_outputformat.go
page_paths.go
page_wrappers.autogen.go
pagegroup.go
pagegroup_test.go revamp pagegroup tests with quicktest 2024-08-02 10:03:20 +02:00
pages.go
pages_cache.go
pages_cache_test.go
pages_language_merge.go
pages_prev_next.go
pages_prev_next_integration_test.go Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder 2024-08-17 16:47:50 +02:00
pages_prev_next_test.go
pages_related.go
pages_related_test.go
pages_sort.go
pages_sort_search.go
pages_sort_search_test.go
pages_sort_test.go
pages_test.go
pagination.go
pagination_test.go
path_integration_test.go
permalinks.go resources/page: Expand parmalinks tokens in url 2024-08-01 12:14:29 +02:00
permalinks_integration_test.go resources/page: Expand parmalinks tokens in url 2024-08-01 12:14:29 +02:00
permalinks_test.go
site.go
site_integration_test.go
taxonomy.go
taxonomy_integration_test.go
testhelpers_test.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
weighted.go
zero_file.autogen.go