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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@users.noreply.github.com>2019-01-01 03:24:25 +0300
committerGitHub <noreply@github.com>2019-01-01 03:24:25 +0300
commit066bbd9ed76301bbb3702be13e35213d36529543 (patch)
tree578f8efc1c40c564320fdc45f6a730cc2faa936f
parent22d393f84f43cdd9c8c1f4534681f464176ca0d1 (diff)
Fixed licenselink amd homepage in theme.toml
-rw-r--r--theme.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index 431737d..aabb7be 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,9 +3,9 @@
name = "Sada"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+licenselink = "https://github.com/darshanbaral/sada/blob/master/LICENSE"
description = "Simple theme for resume created using Bootstrap 4"
-homepage = "https://github.com/darshanbaral/hugo_themes/tree/master/sada"
+homepage = "https://github.com/darshanbaral/sada"
tags = ["portfolio", "resume", "simple", "onepage"]
features = ["responsive"]
min_version = "0.41"