Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramzrk2 <amzrk2@outlook.com>2020-12-27 08:13:28 +0300
committeramzrk2 <amzrk2@outlook.com>2020-12-27 08:13:28 +0300
commit1500c3c475e0ff99e6693dd11118e1a937b9ff34 (patch)
tree63707e96e65fdedd254c7ed3bf0878852981027f
parent9686bf9ce438794d2bd1002bedd89e75ca63cb67 (diff)
update: example sitev2.5.0
-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"]