mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
🔧 Chore: set default license in exampleSite page
This commit is contained in:
@@ -549,7 +549,7 @@ enableEmoji = true
|
||||
icp = ""
|
||||
# license info (HTML format is supported)
|
||||
# 许可协议信息 (支持 HTML 格式)
|
||||
license= '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||
|
||||
# Section (all posts) page config
|
||||
# Section (所有文章) 页面配置
|
||||
@@ -601,6 +601,9 @@ enableEmoji = true
|
||||
# whether to enable the fontawesome extended syntax
|
||||
# 是否使用 fontawesome 扩展语法
|
||||
fontawesome = true
|
||||
# license info (HTML format is supported)
|
||||
# 许可协议信息(支持 HTML 格式)
|
||||
license = '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
|
||||
# whether to show link to Raw Markdown content of the content
|
||||
# 是否显示原始 Markdown 文档内容的链接
|
||||
linkToMarkdown = true
|
||||
|
||||
Reference in New Issue
Block a user