summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 602cd2d..2491494 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -64,7 +64,7 @@ paginate = 10
# Open Graph & Twitter Card variables
# You can also set description and images in post front matter individually
description = "A minimal Hugo theme with nice theme color."
- images = ["img/og.png"] # This will use the image called og.png in static/img folder
+ og = "/img/og.png" # This will use the image called og.png in static/img folder
# Posts shown in homepage
mainSections = ["post"]