aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-02-06 13:39:01 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-02-06 13:39:01 -0300
commit58693036cfc0f9307c5ed9fdb381266cbbb57cae (patch)
treeacb2a2911f82795e2bf9cfe2cd5c26d487d5a11f
parentf1a6317651287156ce0c5e31cf1dcf4de76e46f2 (diff)
downloadhugo-bearcub-58693036cfc0f9307c5ed9fdb381266cbbb57cae.tar.gz
hugo-bearcub-58693036cfc0f9307c5ed9fdb381266cbbb57cae.tar.bz2
Typo on docs
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2704d2a..730302d 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ enableRobotsTXT = true
# (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/seo_tags.html
+ # information see layouts/partials/social_card.html
generateSocialCard = true
# Social media. Delete any item you aren't using to make sure it won't show up
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6fe641f..3c8b0d0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -66,7 +66,7 @@ enableRobotsTXT = true
# (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/seo_tags.html
+ # information see layouts/partials/social_card.html
generateSocialCard = true
# Social media. Delete any item you aren't using to make sure it won't show up