summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 23:52:15 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 23:52:15 +0200
commit4f0d8cd507d3d401bf4e871f71863d55744045c4 (patch)
treede6aab96b79feb11f6c45f83af40a3b0374c7688
parent36bbf1a925e72c241ac9b8a7515d7ab45e229844 (diff)
downloadgohugo-theme-ed-4f0d8cd507d3d401bf4e871f71863d55744045c4.tar.gz
Update theme description
-rw-r--r--package.json2
-rw-r--r--theme.toml2
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",
diff --git a/theme.toml b/theme.toml
index b00484b..a4951b9 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"]