Browse Source

Bump minimum version of Hugo to 0.38 (#581)

Recent commit 7f744f0 used `.Site.IsServer`, which is added in Hugo v0.38
Dongdong Tian 7 năm trước cách đây
mục cha
commit
01f57b7e91
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      theme.toml

+ 1 - 1
theme.toml

@@ -3,7 +3,7 @@ license = "MIT"
 licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
 description = "Easily create beautifully simple academic or personal sites"
 homepage = "https://github.com/gcushen/hugo-academic"
-min_version = 0.30
+min_version = 0.38
 tags = ["academic",
         "portfolio",
         "responsive",