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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-01-30 18:56:20 +0300
committerWang Chucheng <me@wangchucheng.com>2021-01-30 18:56:20 +0300
commit9fcd3891b1c27a73e29490cc050c85452178b837 (patch)
treec36379ebe04d35dc6eccb5daffcbf81beb09489f /exampleSite
parent4934fb902d29de68daa6c3e4d6f607a23ebf5445 (diff)
fix: fix render error when scale is null
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/homepage/experiences.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/homepage/experiences.md b/exampleSite/content/homepage/experiences.md
index ec31b2f..c898ac0 100644
--- a/exampleSite/content/homepage/experiences.md
+++ b/exampleSite/content/homepage/experiences.md
@@ -37,7 +37,7 @@ widget:
# Options: left and right. Leave blank to hide.
position: left
# Options: sm, md, lg and xl. Default is md.
- scale: md
+ scale:
background:
# Options: primary, secondary, tertiary or any valid color value. Default is primary.