1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-26 19:12:54 +00:00
hugo/common/types
Bjørn Erik Pedersen 4a366fcfee Prevent stale content in Fast Render Mode
We do that by re-render visited pages that is not already in the stack. This may potentially do some double work, but that small penalty should be well worth it.

Fixes 
2018-10-17 10:15:22 +02:00
..
evictingqueue.go Prevent stale content in Fast Render Mode 2018-10-17 10:15:22 +02:00
evictingqueue_test.go Prevent stale content in Fast Render Mode 2018-10-17 10:15:22 +02:00
types.go tpl/collections: Add group template func 2018-09-08 20:20:26 +02:00
types_test.go