fix(image): fix image safeURL bug

This commit is contained in:
Dillon
2020-02-03 20:47:49 +08:00
parent 52c7ad29a6
commit 77d2decf86
9 changed files with 478 additions and 151 deletions

View File

@@ -124,7 +124,7 @@ dateFormatToUse = "2006-01-02"
# Footer CopyRight Info
## Site creation time
since = 2018
since = 2019
## ICP info only in China (HTML format is allowed)
icp = ""
## license info (HTML format is allowed)
@@ -133,6 +133,8 @@ dateFormatToUse = "2006-01-02"
# public git repo url to link lastmod git commit only then enableGitInfo is true
gitRepo = ""
# whether to render mathematical formulas
math = true
# whether to show link to Raw Markdown content of the post
linkToMarkdown = true