From 3fa5f21e80ee25c8c54e7686105f00d74b8ca28f Mon Sep 17 00:00:00 2001
From: Cell <1024@lruihao.cn>
Date: Tue, 25 Jan 2022 12:47:10 +0800
Subject: [PATCH] :wrench: Chore: set default license in exampleSite page
---
exampleSite/config.toml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f83ae875..3140c6e9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -549,7 +549,7 @@ enableEmoji = true
icp = ""
# license info (HTML format is supported)
# 许可协议信息 (支持 HTML 格式)
- license= 'CC BY-NC 4.0'
+ license = 'CC BY-NC 4.0'
# 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 = 'CC BY-NC 4.0'
# whether to show link to Raw Markdown content of the content
# 是否显示原始 Markdown 文档内容的链接
linkToMarkdown = true