diff options
Diffstat (limited to 'exampleSite/content.pt')
-rw-r--r-- | exampleSite/content.pt/_index.md | 2 | ||||
-rw-r--r-- | exampleSite/content.pt/blog/_index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content.pt/_index.md b/exampleSite/content.pt/_index.md index badc5fe..b40ca29 100644 --- a/exampleSite/content.pt/_index.md +++ b/exampleSite/content.pt/_index.md @@ -1,7 +1,7 @@ --- title: "Início" menu: "main" -images: ["/images/share.webp"] +images: ["images/share.webp"] weight: 1 --- diff --git a/exampleSite/content.pt/blog/_index.md b/exampleSite/content.pt/blog/_index.md index fc46376..7402287 100644 --- a/exampleSite/content.pt/blog/_index.md +++ b/exampleSite/content.pt/blog/_index.md @@ -1,6 +1,6 @@ --- title: "Blog" menu: "main" -images: ["/images/share.webp"] +images: ["images/share.webp"] weight: 2 ---
\ No newline at end of file |