aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-02 14:00:47 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-02 14:00:47 +0800
commitc62f2e6bb85956d9967a645276addba7b0d64bea (patch)
tree473861007fef3d4104d7f4f6100a3dc90d7fa8b9
parentd1bfc0ce83ae7cebd2dda85141abbf5ff6fb228e (diff)
downloadhugo-theme-concise-c62f2e6bb85956d9967a645276addba7b0d64bea.tar.gz
hugo-theme-concise-c62f2e6bb85956d9967a645276addba7b0d64bea.zip
修改theme.toml中的license
-rw-r--r--assets/css/main.css1
-rw-r--r--theme.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 196d1f3..c9c861f 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -11,7 +11,6 @@ body {
line-height: 1.5;
margin: auto;
padding: auto;
- max-width: 750px;
}
time {
diff --git a/theme.toml b/theme.toml
index a2ae329..2c9ff45 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,5 +1,5 @@
name = 'concise'
-license = 'MIT'
+license = 'GPL-3.0'
licenselink = 'https://github.com/yingyu5658/hugo-theme-concise'
description = 'A concise hugo theme. Concentrate on writting.'