aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content.pt/_index.md2
-rw-r--r--exampleSite/content.pt/blog/_index.md2
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/blog/_index.md2
6 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index aa60634..f1cf3da 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ enableRobotsTXT = true
# to your site. Ignored if `generateSocialCard = true`. For more information
# about previews, see https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph
- images = ["/images/share.webp"]
+ images = ["images/share.webp"]
# This title is used as the site_name on the Hugo's internal opengraph
# structured data template
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 34e7702..d09f6a5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -51,7 +51,7 @@ enableRobotsTXT = true
# to your site. Ignored if `generateSocialCard = true`. For more information
# about previews, see https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph
- images = ["/images/share.webp"]
+ images = ["images/share.webp"]
# This title is used as the site_name on the Hugo's internal opengraph
# structured data template
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
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index d0d54ef..bbae936 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,7 +1,7 @@
---
title: "Home"
menu: "main"
-images: ["/images/share.webp"]
+images: ["images/share.webp"]
weight: 1
---
diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md
index fc46376..7402287 100644
--- a/exampleSite/content/blog/_index.md
+++ b/exampleSite/content/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