diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 5932a8a..842d22f 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -96,7 +96,6 @@ home = ["HTML", "RSS", "REDIR"] source = "assets" target = "assets" [[module.mounts]] - excludeFiles = "evidence/emails/*" source = "content" target = "content" [[module.mounts]] @@ -106,6 +105,7 @@ home = ["HTML", "RSS", "REDIR"] source = "layouts" target = "layouts" [[module.mounts]] + excludeFiles = "emails/*" source = "static" target = "static" [[module.mounts]] |
