aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/blog/_index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index bbae936..fe7c802 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,7 +1,7 @@
---
title: "Home"
menu: "main"
-images: ["images/share.webp"]
+images: ["/hugo-bearcub/images/share.webp"]
weight: 1
---
diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md
index 7402287..7752b36 100644
--- a/exampleSite/content/blog/_index.md
+++ b/exampleSite/content/blog/_index.md
@@ -1,6 +1,6 @@
---
title: "Blog"
menu: "main"
-images: ["images/share.webp"]
+images: ["/hugo-bearcub/images/share.webp"]
weight: 2
--- \ No newline at end of file