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.pt | |
parent | a98c11f5f75c3e1f0b85e74521d088c7dd3a9958 (diff) | |
download | hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.gz hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.bz2 |
Dynamically generated social cards
Diffstat (limited to 'exampleSite/content.pt')
-rw-r--r-- | exampleSite/content.pt/_index.md | 1 | ||||
-rw-r--r-- | exampleSite/content.pt/blog/_index.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/content.pt/_index.md b/exampleSite/content.pt/_index.md index 4cf0d7e..badc5fe 100644 --- a/exampleSite/content.pt/_index.md +++ b/exampleSite/content.pt/_index.md @@ -1,6 +1,7 @@ --- title: "Início" menu: "main" +images: ["/images/share.webp"] weight: 1 --- diff --git a/exampleSite/content.pt/blog/_index.md b/exampleSite/content.pt/blog/_index.md index 7588ac1..fc46376 100644 --- a/exampleSite/content.pt/blog/_index.md +++ b/exampleSite/content.pt/blog/_index.md @@ -1,5 +1,6 @@ --- title: "Blog" menu: "main" +images: ["/images/share.webp"] weight: 2 ---
\ No newline at end of file |