fix: theme order (#870)

pull/827/head^2
septs 2023-08-20 21:45:11 +08:00 committed by GitHub
parent 1d3087034d
commit 86ced77cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
baseURL = "https://mtf.wiki"
title = "MtF.wiki"
theme = ["zdoc", "mtfwiki-modified"]
theme = ["mtfwiki-modified", "zdoc"]
defaultContentLanguage = "zh-cn"
defaultContentLanguageInSubdir = true