-
|
This is an odd one and probably nothing to do with Relearn, but anyway... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is a Hugo question. You may get some answers in the Hugo docs |
Beta Was this translation helpful? Give feedback.
-
|
I looked in the HUGO Multilingual documentation and found there's a config option under Thanks Sören. |
Beta Was this translation helpful? Give feedback.
I looked in the HUGO Multilingual documentation and found there's a config option under
[markup.goldmark]to duplicate resources (duplicateResourceFiles = true) for shared page resources (which is what I evidently have!). Expensive, but it works!Thanks Sören.