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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhusika Dhamar Gusti <mail@khusika.com>2020-10-07 20:50:40 +0300
committerKhusika Dhamar Gusti <mail@khusika.com>2020-11-02 15:28:07 +0300
commit89d344074a68f30d8f8abdcf20ae3496aea7c89c (patch)
tree212614316b2104fe9e1b7f1e9d9666a52ab2d42d /exampleSite
parentf787a4e5ad4edf60467658d10c286248dc5027a6 (diff)
feat(home): allow HTML format in subtitle
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d87632c..c441853 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -144,7 +144,7 @@ enableEmoji = true
avatarURL = "/images/avatar.png"
# title shown in home page (HTML format is supported)
title = ""
- # subtitle shown in home page
+ # subtitle shown in home page (HTML format is supported)
subtitle = "A Clean, Elegant but Advanced Hugo Theme"
# whether to use typeit animation for subtitle
typeit = true
@@ -344,7 +344,7 @@ enableEmoji = true
avatarURL = "/images/avatar.png"
# 主页显示的网站标题 (支持 HTML 格式)
title = ""
- # 主页显示的网站副标题
+ # 主页显示的网站副标题 (支持 HTML 格式)
subtitle = "一个简洁、优雅且高效的 Hugo 主题"
# 是否为副标题显示打字机动画
typeit = true
@@ -540,7 +540,7 @@ enableEmoji = true
avatarURL = "/images/avatar.png"
# title shown in home page (HTML format is supported)
title = ""
- # subtitle shown in home page
+ # subtitle shown in home page (HTML format is supported)
subtitle = "Un thème Hugo simple, élégant et efficace"
# whether to use typeit animation for subtitle
typeit = true