feat(home): add disclaimer under social links on home page (#175)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -224,6 +224,9 @@ hugo
|
||||
typeit = true
|
||||
# 是否显示社交账号
|
||||
social = true
|
||||
# {{< version 0.2.0 >}}
|
||||
# 免责声明 (允许使用 HTML 格式)
|
||||
disclaimer = ""
|
||||
# 主页文章列表
|
||||
[params.home.posts]
|
||||
enable = true
|
||||
|
||||
Reference in New Issue
Block a user