diff options
| -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"] |
