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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2019-11-18 06:05:42 +0300
committerreuixiy <reuixiy@gmail.com>2019-11-18 06:05:42 +0300
commitf471af6635e602a52f7dd6dc75892e473b12b5a6 (patch)
treea589ef9d5142e849afcef099823a61a0374be18f /config-examples
parentaa106a71aff8bd7bbb2d4a6510cc72b466c2d79f (diff)
fix: whitespace problem in site-info in footer
Diffstat (limited to 'config-examples')
-rw-r--r--config-examples/en-us/config.toml2
-rw-r--r--config-examples/zh-cn/config.toml14
2 files changed, 9 insertions, 7 deletions
diff --git a/config-examples/en-us/config.toml b/config-examples/en-us/config.toml
index 88b74d0..0572825 100644
--- a/config-examples/en-us/config.toml
+++ b/config-examples/en-us/config.toml
@@ -1022,6 +1022,8 @@ uglyURLs = false
displaySiteCreatedYear = true
+ # Leave it empty("") if you don’t want
+ # the icon
iconBetweenYearAndAuthor = "heart"
iconColor = "#f06292"
# Enable heartbeat animation?
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index 5246d33..dca1b41 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -733,10 +733,10 @@ uglyURLs = false
######################################
## 字体
- # 说明:任何一项留空,浏览器都会回退到主体字
- # 体 `fontFamilyBody`,故没必要全部
- # 设置。此外,如果你的品牌栏用的 SVG,
- # 则可留空品牌栏字体。
+ # 说明:任何一项留空(""),浏览器都会回退到
+ # 主体字体 `fontFamilyBody`,故没必
+ # 要全部设置。此外,如果你的品牌栏用的
+ # SVG,则可留空("")品牌栏字体。
# 品牌栏
fontFamilySiteBrand = ""
@@ -765,7 +765,7 @@ uglyURLs = false
# 采用网络字体。MemE 主题目前仅支持
# Google Fonts 的链接,请前往
# https://fonts.google.com/ 获取。
- # 此项留空,则不会采用网络字体。
+ # 此项留空(""),则不会采用网络字体。
######################################
## 字号(单位:px)
@@ -993,7 +993,7 @@ uglyURLs = false
# 是否显示站点的创建年份
displaySiteCreatedYear = true
- # 年份与作者之间的图标
+ # 年份与作者之间的图标,留空("")则无
iconBetweenYearAndAuthor = "heart"
# 图标颜色
iconColor = "#f06292"
@@ -1049,4 +1049,4 @@ uglyURLs = false
# 视频地址
fofVideoWebm = ""
fofVideoMp4 = ""
- # 说明:视频地址可留空 \ No newline at end of file
+ # 说明:视频地址可留空("") \ No newline at end of file