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:37:08 +0300
committerd-asnaghi <asnaghi@me.com>2020-05-17 22:37:08 +0300
commita4c53f91cd7112465124e7ed884336d4c6553395 (patch)
treee0cbd3ae4750dc640cda56ece9163e20e3512332
parent17d1fac2149ce1531d26f077fddcbc2f8cf6ca16 (diff)
[HUGO] fixed license link
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index beea6c9..aec9d20 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "Dimension"
license = "MIT"
-licenselink = "https://github.com/panr/hugo-theme-dimension/blob/master/LICENSE.md"
+licenselink = "https://github.com/your-identity/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"]