feat(home): add disclaimer under social links on home page (#175)

This commit is contained in:
Dillon
2020-03-17 01:03:08 +08:00
committed by GitHub
parent 41c2d3a38e
commit 0ca8a4c85b
14 changed files with 581 additions and 549 deletions

View File

@@ -221,6 +221,9 @@ Note that some of these parameters are explained in details in other sections of
typeit = true
# whether to show social links
social = true
# {{< version 0.2.0 >}}
# disclaimer (HTML format is allowed)
disclaimer = ""
# Home Page Posts
[params.home.posts]
enable = true

View File

@@ -221,6 +221,9 @@ Note that some of these parameters are explained in details in other sections of
typeit = true
# whether to show social links
social = true
# {{< version 0.2.0 >}}
# disclaimer (HTML format is allowed)
disclaimer = ""
# Home Page Posts
[params.home.posts]
enable = true

View File

@@ -224,6 +224,9 @@ hugo
typeit = true
# 是否显示社交账号
social = true
# {{< version 0.2.0 >}}
# 免责声明 (允许使用 HTML 格式)
disclaimer = ""
# 主页文章列表
[params.home.posts]
enable = true