mirror of https://github.com/gohugoio/hugo.git
Browse Source
Fix some change detection issues on server reloads
Fix some change detection issues on server reloads
* Fix change detection when .GetPage/site.GetPage is used from shortcode * Fix stale content for GetPage results with short name lookups on server reloads Fixes #7623 Fixes #7624 Fixes #7625pull/7633/head

14 changed files with 228 additions and 28 deletions
-
4deps/deps.go
-
41hugolib/content_map.go
-
1hugolib/hugo_sites.go
-
63hugolib/hugo_sites_rebuild_test.go
-
17hugolib/page.go
-
13hugolib/site.go
-
2hugolib/template_test.go
-
2identity/identity.go
-
51identity/identity_test.go
-
9resources/page/page.go
-
11resources/page/page_nop.go
-
10resources/page/testhelpers_test.go
-
9tpl/fmt/fmt.go
-
23tpl/tplimpl/template_funcs.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue