From 56d0bea3af5159fe00baf82e97bd3cbaf1db0419 Mon Sep 17 00:00:00 2001
From: Bitti09 <Bitti09@users.noreply.github.com>
Date: Wed, 27 Apr 2016 20:46:55 +0200
Subject: [PATCH] Fix Link to caddyserver

---
 assets/templates/base_full.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/templates/base_full.tmpl b/assets/templates/base_full.tmpl
index 1824ad14..6912deaf 100644
--- a/assets/templates/base_full.tmpl
+++ b/assets/templates/base_full.tmpl
@@ -33,7 +33,7 @@
     {{ template "content" . }}
   </div>
   <footer>
-    <p>Proudly using <a href="https://http://caddyserver.com/">Caddy</a> and <a href="http://gohugo.io/">Hugo</a>.</p>
+    <p>Proudly using <a href="https://caddyserver.com/">Caddy</a> and <a href="http://gohugo.io/">Hugo</a>.</p>
   </footer>
 </body>