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

github.com/eliasson/liquorice.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Eliasson <markus.eliasson@gmail.com>2014-11-11 01:03:01 +0300
committerMarkus Eliasson <markus.eliasson@gmail.com>2014-11-11 01:03:01 +0300
commit51dde98054f70563cee3c6ffbc812bedc5583879 (patch)
tree64dca3ad65e0c7c77b7775cf7ba814b8d2f05594
parent3b8ccb7cdc274bca529c9324a79731f41e83fd2b (diff)
Update github links to HTTPS
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/css/liquorice.css2
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d6cbca0..0cc8ecc 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -6,7 +6,7 @@
{{ with .Site.Params.copyright }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. All rights reserved. {{end}}
</div>
<div class="li-page-footer-theme">
- <span class=""><a href="http://github.com/eliasson/liquorice/">liquorice</a> is a theme for <a href="http://hugo.spf13.com">hugo</a></span>
+ <span class=""><a href="https://github.com/eliasson/liquorice/">liquorice</a> is a theme for <a href="http://hugo.spf13.com">hugo</a></span>
</div>
</div>
</div>
diff --git a/static/css/liquorice.css b/static/css/liquorice.css
index 07012ad..415983b 100644
--- a/static/css/liquorice.css
+++ b/static/css/liquorice.css
@@ -1,5 +1,5 @@
/**
- * http://github.com/eliasson/liquorice/
+ * https://github.com/eliasson/liquorice/
*
* Copyright © 2014. Markus Eliasson <markus.eliasson.gmail.com>
*
diff --git a/theme.toml b/theme.toml
index 1ee4b37..9dd3211 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,5 +2,5 @@ author = "Markus Eliasson"
description = "Liquorice is a small black and white theme for Hugo."
license = "MIT"
name = "liquorice"
-source_repo = "http://github.com/eliasson/liquorice"
+source_repo = "https://github.com/eliasson/liquorice"
tags = ["", ""]