hugo/resources/page
Bjørn Erik Pedersen 1f23b4949c Fix some RenderShortcodes error cases
This issue fixes two cases where `{{__hugo_ctx` artifacts were left in the rendered output:

1. Inclusion when `.RenderShortcodes` is wrapped in HTML.
2. Inclusion of Markdown file without a trailing newline in some cases.

Closes #12854
Updates #12998
2024-11-03 13:33:31 +01:00
..
page_generate
pagemeta resources/page: Treat null dates as zero dates 2024-10-06 20:35:25 +02:00
siteidentities
page.go Fix some RenderShortcodes error cases 2024-11-03 13:33:31 +01:00
page_author.go hugolib: Deprecate site methods Author, Authors, and Social 2024-03-15 17:26:45 +01:00
page_data.go
page_data_test.go
page_integration_test.go testing: Simplify some integration tests 2024-01-28 22:17:22 +01:00
page_kinds.go
page_lazy_contentprovider.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_markup.go Don't count HTML markup in auto summaries 2024-09-10 11:03:47 +02:00
page_markup_integration_test.go Fix some RenderShortcodes error cases 2024-11-03 13:33:31 +01:00
page_markup_test.go Don't count HTML markup in auto summaries 2024-09-10 11:03:47 +02:00
page_marshaljson.autogen.go Run mage generate 2024-05-02 10:49:09 +02:00
page_matcher.go Fix cascade-pattern-with-extension for cascade in site config 2024-02-26 17:29:37 +01:00
page_matcher_test.go common/hugo: Rename IsMultiHost and IsMultiLingual 2024-03-13 17:34:42 +02:00
page_nop.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
page_outputformat.go
page_paths.go Never sanitize when url set in front matter 2024-10-16 18:01:11 +02:00
page_wrappers.autogen.go
pagegroup.go resources/page: Let GroupByParam return nil instead of error 2024-06-08 18:35:14 +02:00
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 resources/page: Fix GoDoc comment 2024-03-22 08:56:10 +01:00
pages_sort_search_test.go
pages_sort_test.go
pages_test.go
pagination.go resources/page: Deprecate PageSize in favor of PagerSize 2024-06-09 12:28:24 +02:00
pagination_test.go resources/page: Deprecate PageSize in favor of PagerSize 2024-06-09 12:28:24 +02:00
path_integration_test.go resources/page: Escape hash sign in permalinks 2024-04-05 15:57:02 +02:00
permalinks.go Remove erroneously permalink validation 2024-10-16 10:14:48 +02:00
permalinks_integration_test.go Never sanitize when url set in front matter 2024-10-16 18:01:11 +02:00
permalinks_test.go resources/page: Adjust the permalinks colon implementation a little 2024-10-15 10:28:00 +02:00
site.go Implement defer 2024-06-23 11:25:47 +02:00
site_integration_test.go resources/page: Deprecate .Sites.First in favor of .Sites.Default 2024-06-01 18:02:19 +02:00
taxonomy.go resources/page: Add taxonomies Page method 2024-04-12 16:26:02 +02:00
taxonomy_integration_test.go resources/page: Add taxonomies Page method 2024-04-12 16:26:02 +02:00
testhelpers_test.go Add Page.Contents with scope support 2024-08-29 16:45:21 +02:00
weighted.go
zero_file.autogen.go