diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 16:36:06 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 16:36:06 -0300 |
commit | 488da01892fccd6724723288e02fffc8220e5c73 (patch) | |
tree | c2bf569e2c39da06fd45aebbd4ed0ae2331ffeb0 /exampleSite/content.pt | |
parent | 8b4ac7a925ca870aeedb118702678100f262fb8a (diff) | |
download | hugo-bearcub-488da01892fccd6724723288e02fffc8220e5c73.tar.gz hugo-bearcub-488da01892fccd6724723288e02fffc8220e5c73.tar.bz2 |
Better social card logic
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, 0 insertions, 2 deletions
diff --git a/exampleSite/content.pt/_index.md b/exampleSite/content.pt/_index.md index e22b426..4cf0d7e 100644 --- a/exampleSite/content.pt/_index.md +++ b/exampleSite/content.pt/_index.md @@ -1,7 +1,6 @@ --- title: "Início" menu: "main" -images: ["/hugo-bearcub/images/share.webp"] weight: 1 --- diff --git a/exampleSite/content.pt/blog/_index.md b/exampleSite/content.pt/blog/_index.md index 7402287..7588ac1 100644 --- a/exampleSite/content.pt/blog/_index.md +++ b/exampleSite/content.pt/blog/_index.md @@ -1,6 +1,5 @@ --- title: "Blog" menu: "main" -images: ["images/share.webp"] weight: 2 ---
\ No newline at end of file |