diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:08:11 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:08:11 -0300 |
commit | f9ba6222e4278479a6eb221d644abdeca9dc4583 (patch) | |
tree | 4eeb8b132aa44fd21f914dc828c6e7c6c57594f1 /exampleSite/content/_index.md | |
parent | a98c11f5f75c3e1f0b85e74521d088c7dd3a9958 (diff) | |
download | hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.gz hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.bz2 |
Dynamically generated social cards
Diffstat (limited to 'exampleSite/content/_index.md')
-rw-r--r-- | exampleSite/content/_index.md | 1 |
1 files changed, 1 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 --- |