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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurali <mmrath@gmail.com>2017-04-18 05:26:47 +0300
committerGitHub <noreply@github.com>2017-04-18 05:26:47 +0300
commit42b32157d026b3b4f69282d8c5d5056cc0936ef3 (patch)
tree036088f9ffd308d735e9bb155ca59766fc9e3e6a
parent33dba4c20f1111399f495f2533c465c4402a6208 (diff)
Fix config.toml
-rw-r--r--theme.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 6f5f35a..3444883 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,11 +1,11 @@
name = "Hugo Bootstrap4"
license = "MIT"
-licenselink = "https://github.com/mmrath/hugo-bootstrap4/LICENSE.md"
+licenselink = "https://github.com/mmrath/hugo-bootstrap/LICENSE.md"
description = "A hugo theme using bootstrap 4, bootswatch, font-awesome, highlight.js"
-homepage = "https://github.com/mmrath/hugo-bootstrap4"
+homepage = "https://github.com/mmrath/hugo-bootstrap"
tags = ["blog", "technical", "personal"]
features = ["blog", "technical", "personal"]
-min_version = 0.20
+min_version = 0.20.1
[author]
name = "Murali Rath"