diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:00:47 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-02 14:00:47 +0800 |
| commit | c62f2e6bb85956d9967a645276addba7b0d64bea (patch) | |
| tree | 473861007fef3d4104d7f4f6100a3dc90d7fa8b9 | |
| parent | d1bfc0ce83ae7cebd2dda85141abbf5ff6fb228e (diff) | |
| download | hugo-theme-concise-c62f2e6bb85956d9967a645276addba7b0d64bea.tar.gz hugo-theme-concise-c62f2e6bb85956d9967a645276addba7b0d64bea.zip | |
修改theme.toml中的license
| -rw-r--r-- | assets/css/main.css | 1 | ||||
| -rw-r--r-- | theme.toml | 2 |
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 { @@ -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.' |
