diff --git a/content/posts b/content/posts index 14e258e..e601a0c 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 14e258ee1b2dc93f6d38acf6908cf0122caf7d3d +Subproject commit e601a0c4f8f041544f6f15790e1666acb52f4de0 diff --git a/hugo.toml b/hugo.toml index 7f68a58..4bd5a46 100644 --- a/hugo.toml +++ b/hugo.toml @@ -107,8 +107,5 @@ pagination.pagerSize = 5 [module] [[module.mounts]] - source = 'content' - target = 'content' - [[module.mounts]] - source = 'content/posts/attachments' - target = 'content' \ No newline at end of file + source = 'Blog/attachments' + target = 'content/posts/attachments' \ No newline at end of file