summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-12-27 13:13:28 +0800
committeramzrk22020-12-27 13:13:28 +0800
commit1500c3c475e0ff99e6693dd11118e1a937b9ff34 (patch)
tree63707e96e65fdedd254c7ed3bf0878852981027f /exampleSite
parent9686bf9ce438794d2bd1002bedd89e75ca63cb67 (diff)
downloadhugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.tar.gz
hugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.tar.bz2
hugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.zip
update: example site
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"]