try generateSocialCard
This commit is contained in:
parent
4ca44d8cf2
commit
3858cd7e46
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ enableRobotsTXT = true
|
|||
# https://gohugo.io/templates/internal#open-graph
|
||||
images = ["images/christoph_avatar.webp"]
|
||||
|
||||
# (EXPERIMENTAL) This theme is capable of dynamically generating social cards
|
||||
# for posts that don't have `images` defined in their front matter; By setting
|
||||
# `generateSocialCard` to false, you can prevent this behavior. For more
|
||||
# information see layouts/partials/social_card.html
|
||||
generateSocialCard = true
|
||||
|
||||
# Author metadata. This is mostly used for the RSS feed of your site, but the
|
||||
# email is also added to the footer of each post. You can hide the "reply to"
|
||||
# link by using a `hideReply` param in front matter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue