Fix path to share image
This commit is contained in:
parent
81ca655c67
commit
2f82fa99b7
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Início"
|
||||
menu: "main"
|
||||
images: ["/images/share.webp"]
|
||||
images: ["images/share.webp"]
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Blog"
|
||||
menu: "main"
|
||||
images: ["/images/share.webp"]
|
||||
images: ["images/share.webp"]
|
||||
weight: 2
|
||||
---
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Home"
|
||||
menu: "main"
|
||||
images: ["/images/share.webp"]
|
||||
images: ["images/share.webp"]
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Blog"
|
||||
menu: "main"
|
||||
images: ["/images/share.webp"]
|
||||
images: ["images/share.webp"]
|
||||
weight: 2
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user