mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
hugolib: No links for bundled pages
This fixes a bug introduced in Hugo 0.55. Fixes #5882
This commit is contained in:
@@ -98,6 +98,9 @@ type pageMeta struct {
|
||||
// 3. But you can get it via .Site.GetPage
|
||||
headless bool
|
||||
|
||||
// Set if this page is bundled inside another.
|
||||
bundled bool
|
||||
|
||||
// A key that maps to translation(s) of this page. This value is fetched
|
||||
// from the page front matter.
|
||||
translationKey string
|
||||
|
Reference in New Issue
Block a user