diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index f235e6d6c65..005fb882d2e 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -192,13 +192,6 @@ title = "Hugo Relearn Theme" [[module.mounts]] source = 'i18n' target = 'i18n' - # just for this documentation to expose the GitHub hero image in the docs - [[module.mounts]] - source = '../images' - target = 'static/images' - [[module.mounts]] - source = 'static/images' - target = 'static/images' [[module.mounts]] source = 'layouts' target = 'layouts' @@ -209,6 +202,10 @@ title = "Hugo Relearn Theme" [[module.mounts]] source = 'config' target = 'static/config' + # just for this documentation to expose the GitHub hero image in the docs + [[module.mounts]] + source = '../images' + target = 'static/images' [params] # Demo setting for displaying the siteparam shortcode the docs.