diff options
Diffstat (limited to 'exampleSite/content')
-rw-r--r-- | exampleSite/content/_index.md | 1 | ||||
-rw-r--r-- | exampleSite/content/blog/_index.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 10c388f..d0d54ef 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,6 +1,7 @@ --- title: "Home" menu: "main" +images: ["/images/share.webp"] weight: 1 --- diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md index 7588ac1..fc46376 100644 --- a/exampleSite/content/blog/_index.md +++ b/exampleSite/content/blog/_index.md @@ -1,5 +1,6 @@ --- title: "Blog" menu: "main" +images: ["/images/share.webp"] weight: 2 ---
\ No newline at end of file |