hugolib: Fix "borrow content from another language" issue
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 23 Jul 2018 13:40:04 +0000 (15:40 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 23 Jul 2018 18:12:41 +0000 (20:12 +0200)
commitc6b599a06d66b8e3c92343d25bb8043eb4f291f1
tree8ead4b19565073cd68e20bab9d8b1e2704d63a34
parent3a6784b162d4a2d9bcf687c4557e09bcf69ad2be
hugolib: Fix "borrow content from another language" issue

If a content file contains shortcode(s), we have logic in place to re-render it per output format.

We also have logic in place that avoids making a copy of the content used for this process if we don't need it.

This was before this commit limited to server mode and if the page should be output to multiple formats.

But there is a third case: If a site (language) borrows and renders `.Content` from another language. This would, before this commit, behave oddly for content with shortcodes.

Fixes #4986
hugolib/page.go