diff options
Diffstat (limited to 'hugolib/page__per_output.go')
-rw-r--r-- | hugolib/page__per_output.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hugolib/page__per_output.go b/hugolib/page__per_output.go index 2adb5cbb7..6b4b8f55e 100644 --- a/hugolib/page__per_output.go +++ b/hugolib/page__per_output.go @@ -89,8 +89,8 @@ type pageContentOutput struct { // typically included with .RenderShortcodes. otherOutputs map[uint64]*pageContentOutput - contentRenderedVersion int // Incremented on reset. - contentRendered bool // Set on content render. + contentRenderedVersion uint32 // Incremented on reset. + contentRendered bool // Set on content render. // Renders Markdown hooks. renderHooks *renderHooks |