feat(home): add disclaimer under social links on home page (#175)
This commit is contained in:
@@ -44,7 +44,7 @@ It is based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt/) a
|
||||
|
||||
* :(far fa-user): **Gravatar** supported by [Gravatar](https://gravatar.com)
|
||||
* :(fas fa-user-circle): Local **Avatar** support
|
||||
* :(far fa-id-card): Up to **59** social sites supported
|
||||
* :(far fa-id-card): Up to **61** social sites supported
|
||||
* :(fas fa-share-square): Up to **28** share sites support
|
||||
* :(far fa-comment): **Disqus** comment system supported by [Disqus](https://disqus.com)
|
||||
* :(far fa-comment-dots): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
||||
|
||||
@@ -49,7 +49,7 @@ It is based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt/) a
|
||||
|
||||
* :(far fa-user): **Gravatar** supported by [Gravatar](https://gravatar.com)
|
||||
* :(fas fa-user-circle): Local **Avatar** support
|
||||
* :(far fa-id-card): Up to **59** social sites supported
|
||||
* :(far fa-id-card): Up to **61** social sites supported
|
||||
* :(fas fa-share-square): Up to **28** share sites support
|
||||
* :(far fa-comment): **Disqus** comment system supported by [Disqus](https://disqus.com)
|
||||
* :(far fa-comment-dots): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
||||
|
||||
@@ -44,7 +44,7 @@ lightgallery: true
|
||||
|
||||
* :(far fa-user): 支持 **[Gravatar](https://gravatar.com)** 头像
|
||||
* :(fas fa-user-circle): 支持本地**头像**
|
||||
* :(far fa-id-card): 支持多达 **59** 种社交链接
|
||||
* :(far fa-id-card): 支持多达 **61** 种社交链接
|
||||
* :(fas fa-share-square): 支持多达 **28** 种网站分享
|
||||
* :(far fa-comment): 支持 **[Disqus](https://disqus.com)** 评论系统
|
||||
* :(far fa-comment-dots): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
||||
|
||||
@@ -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