From 13d09df68e853731cb3c1d21545b9dab7bb8b981 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Fri, 13 Jun 2025 19:15:02 -0500 Subject: [PATCH] fixing photos --- content/posts | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts b/content/posts index 6a10216..eaee570 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 6a102168f0265151695cabb6e7a62ab215a54808 +Subproject commit eaee570fcde45c17c880c1fd2a4b898a1c0dd693 diff --git a/hugo.toml b/hugo.toml index 518bca5..c6e76a5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -108,5 +108,5 @@ source = 'assets' target = 'assets' [[module.mounts]] -source = 'Blog/attachments' +source = 'posts/attachments' target = 'posts/attachments' \ No newline at end of file