aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-03-04 15:08:11 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-03-04 15:08:11 -0300
commitf9ba6222e4278479a6eb221d644abdeca9dc4583 (patch)
tree4eeb8b132aa44fd21f914dc828c6e7c6c57594f1 /exampleSite/content
parenta98c11f5f75c3e1f0b85e74521d088c7dd3a9958 (diff)
downloadhugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.gz
hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.bz2
Dynamically generated social cards
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/_index.md1
-rw-r--r--exampleSite/content/blog/_index.md1
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