Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord-asnaghi <asnaghi@me.com>2020-05-17 22:10:58 +0300
committerd-asnaghi <asnaghi@me.com>2020-05-17 22:10:58 +0300
commit8a1c284546713ef7ad2616938e60cd64c677456d (patch)
treefd8e418b1560676cadb05781debdba3d224eba73
parent297122d1f67f23f472e7669e7fcfdf9ab0805263 (diff)
[HUGO] fixed theme tags
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 4cf22dc..763dbd1 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/panr/hugo-theme-dimension/blob/master/LICENSE.md"
description = "A port of HTML5UP's dimension theme, optimized for markdown based CMS."
homepage = "https://github.com/your-identity/hugo-theme-dimension/"
-tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "personal", "responsive", "simple", "responsive"]
+tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "personal", "responsive", "simple"]
features = ["blog", "syntax highlighting"]
min_version = 0.57