diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ba4b661..8fed952 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -49,7 +49,7 @@ copyright = ""            # default: author.name ↓        # 默认为下面配    url = "/categories/"  [params] -  version = "3.x"           # Used to give a friendly message when you have an incompatible update +  version = "4.x"           # Used to give a friendly message when you have an incompatible update    debug = false             # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda    since = "2017"            # Site creation time          # 站点建立时间 | 
