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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Blyler <tony@blyler.cc>2016-11-11 00:08:01 +0300
committerTony Blyler <tony@blyler.cc>2016-11-11 00:08:01 +0300
commit2ffc603d93e72127c20dbde3f1275942aa7bec09 (patch)
treec072050803785d4ef9fb4fb3a98a6b7369fce6ba
parentfe68e5f1cf1dcf0f24c253c93f1cc80004eeafa2 (diff)
Fix bad links for license and homepage
-rw-r--r--theme.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index b734700..ca2ed86 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
name = "light-hugo"
license = "MPL2"
-licenselink = "https://github.com/tblyler/hugo-nojs/blob/master/LICENSE"
+licenselink = "https://github.com/tblyler/light-hugo/blob/master/LICENSE"
description = "CSS and HTML only blog/pages focused on content."
-homepage = "https://github.com/tblyler/hugo-nojs"
+homepage = "https://github.com/tblyler/light-hugo"
tags = ["Responsive", "nojs", "Minimal", "normalize", "Light", "White"]
features = ["blog", "pages"]