summaryrefslogtreecommitdiff
path: root/web/templates
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-03-30 15:03:55 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-03-30 15:03:55 +0200
commit7d4a83294dc7cc88b0823759364bab39bae56276 (patch)
treeee997e56c0a55653f43dd371926239af40257a4a /web/templates
parentd1461f299ebac3382aa1147f32839d6cda7b715b (diff)
downloadhakyll-7d4a83294dc7cc88b0823759364bab39bae56276.tar.gz
Fix including non-https assets on site
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/default.html b/web/templates/default.html
index b9fd2ed..6d64eb5 100644
--- a/web/templates/default.html
+++ b/web/templates/default.html
@@ -38,8 +38,8 @@
<!-- Flattr button -->
<h1>Donate</h1>
- <a href="http://flattr.com/thing/291889/Hakyll" target="_blank">
- <img src="http://api.flattr.com/button/flattr-badge-large.png"
+ <a href="https://flattr.com/thing/291889/Hakyll" target="_blank">
+ <img src="https://api.flattr.com/button/flattr-badge-large.png"
alt="Flattr this" title="Flattr this" border="0" /></a>
</div>