diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:20:14 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:20:14 -0300 |
commit | 2f82fa99b73e6117b8e35cc501e68ccc371b3284 (patch) | |
tree | 7845d4d414511d154c52b5c866505ef577bd17a2 /exampleSite/content | |
parent | 81ca655c67f337f399bd67d08779f5b1a33d68f6 (diff) | |
download | hugo-bearcub-2f82fa99b73e6117b8e35cc501e68ccc371b3284.tar.gz hugo-bearcub-2f82fa99b73e6117b8e35cc501e68ccc371b3284.tar.bz2 |
Fix path to share image
Diffstat (limited to 'exampleSite/content')
-rw-r--r-- | exampleSite/content/_index.md | 2 | ||||
-rw-r--r-- | exampleSite/content/blog/_index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index d0d54ef..bbae936 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,7 +1,7 @@ --- title: "Home" menu: "main" -images: ["/images/share.webp"] +images: ["images/share.webp"] weight: 1 --- diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md index fc46376..7402287 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: ["images/share.webp"] weight: 2 ---
\ No newline at end of file |