diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ebad8b..f58fdcd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -109,6 +109,8 @@ copyright = "" # default: author.name ↓ # 默认为下面配 customCSS = [] customJS = [] + uglyURLs = false # please keep same with uglyurls setting + [params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义 enable = true jquery = '' diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index abbc170..e76cde8 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -15,7 +15,7 @@
{{- end }} -{{- end }} \ No newline at end of file +{{- end }}