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