diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 23:52:15 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-26 23:52:15 +0200 |
| commit | 4f0d8cd507d3d401bf4e871f71863d55744045c4 (patch) | |
| tree | de6aab96b79feb11f6c45f83af40a3b0374c7688 | |
| parent | 36bbf1a925e72c241ac9b8a7515d7ab45e229844 (diff) | |
| download | gohugo-theme-ed-4f0d8cd507d3d401bf4e871f71863d55744045c4.tar.gz | |
Update theme description
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | theme.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a351ada..587e264 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": {} }, "dependencies": {}, - "description": "Ed theme for minimal editions", + "description": "Ed theme for minimal editions, based on Alex Gil theme", "devDependencies": { "editorconfig-checker": "^4.0.2", "eslint": "^8.6.0", @@ -1,7 +1,7 @@ name = "Ed" license = "MIT" licenselink = "https://github.com/sergeyklay/gohugo-theme-ed/blob/master/LICENSE" -description = "Ed theme for minimal editions" +description = "Ed theme for minimal editions, based on Alex Gil theme" homepage = "https://github.com/sergeyklay/gohugo-theme-ed" tags = ["blog", "responsive", "light", "customizable", "minimal", "ed"] features = ["posts"] |
