From 2ffc603d93e72127c20dbde3f1275942aa7bec09 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Thu, 10 Nov 2016 16:08:01 -0500 Subject: [PATCH] Fix bad links for license and homepage --- theme.toml | 4 ++-- 1 file 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"]