commit 6c988b59ca0cd7916b12bb9726478adffb83137f
parent 1f22c712e4ce433248503d7e364433a3e7374881
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 24 Apr 2017 19:13:21 +0200
Update URLs in styles and templates
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/styles/chrysalide.css b/styles/chrysalide.css
@@ -2,10 +2,10 @@
/* */
/* Chrysalide */
/* Copyright (c) 2016-2017, Frederic Cambus */
-/* https://www.cambus.net/motyl/ */
+/* https://github.com/fcambus/chrysalide */
/* */
/* Created: 2016-02-16 */
-/* Last Updated: 2017-02-07 */
+/* Last Updated: 2017-04-24 */
/* */
/* Chrysalide is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */
diff --git a/templates/atom.mustache b/templates/atom.mustache
@@ -13,7 +13,7 @@
<name><![CDATA[{{site.author}}]]></name>
</author>
- <generator uri="https://www.cambus.net/motyl/">Motyl</generator>
+ <generator uri="https://github.com/fcambus/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}}, <a href="{{{site.url}}}">{{site.author}}</a>
- <div id="powered">Powered by <a href="https://www.cambus.net/motyl/">Motyl</a></div>
+ <div id="powered">Powered by <a href="https://github.com/fcambus/motyl">Motyl</a></div>
</footer>
</div>