commit 7770e5b7342a92955e3142e13b9a0ea9b63bdb11
parent 8ed25e304be5bbd2d825f2272c89fc9d06c811fa
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 13:53:45 +0100
Use https URLs wherever possible
Diffstat:
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -2,5 +2,5 @@ Chrysalide is developed by:
Frederic Cambus <fred AT statdns DOT com>
-Site : http://www.cambus.net
+Site: https://www.cambus.net
Twitter: @fcambus
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
## Description
-Chrysalide is a clean, minimalistic, responsive, and Lynx friendly theme. It is the default theme for [Motyl](http://www.cambus.net/motyl/), an opinionated static site generator written in Lua.
+Chrysalide is a clean, minimalistic, responsive, and Lynx friendly theme. It is the default theme for [Motyl](https://www.cambus.net/motyl/), an opinionated static site generator written in Lua.
## Syntax highlighting
@@ -19,11 +19,11 @@ The theme bundles third party fonts and scripts released under the following lic
Chrysalide is developed by Frederic Cambus.
-- Site : http://www.cambus.net
-- Twitter: http://twitter.com/fcambus
+- Site: https://www.cambus.net
+- Twitter: https://twitter.com/fcambus
## Resources
-Project Homepage : http://www.cambus.net/motyl/
+Project Homepage: https://www.cambus.net/motyl/
GitHub : https://github.com/fcambus/motyl-theme-chrysalide
\ No newline at end of file
diff --git a/styles/chrysalide.css b/styles/chrysalide.css
@@ -2,7 +2,7 @@
/* */
/* Chrysalide */
/* Copyright (c) 2016, Frederic Cambus */
-/* http://www.cambus.net/motyl/ */
+/* https://www.cambus.net/motyl/ */
/* */
/* Created: 2016-02-16 */
/* Last Updated: 2016-07-06 */
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -13,7 +13,7 @@
<name><![CDATA[{{site.author}}]]></name>
</author>
- <generator uri="http://www.cambus.net/motyl/">Motyl</generator>
+ <generator uri="https://www.cambus.net/motyl/">Motyl</generator>
{{#site.feed}}
<entry>
diff --git a/templates/footer.mustache b/templates/footer.mustache
@@ -1,7 +1,7 @@
<footer>
<hr />
Copyright (c) {{site.copyright}}-{{site.year}}, <a href="{{{site.url}}}">{{site.author}}</a>
- <div id="powered">Powered by <a href="http://www.cambus.net/motyl/">Motyl</a></div>
+ <div id="powered">Powered by <a href="https://www.cambus.net/motyl/">Motyl</a></div>
</footer>
</div>