From c087e7b6fa79a8d0a92beb9d3d74665d5ac919d2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 15 Oct 2014 09:35:36 +0200 Subject: [PATCH] Scheme-relative URL * tekuti/template.scm (templatize): Use scheme-relative URL for tekuti. --- tekuti/template.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekuti/template.scm b/tekuti/template.scm index d9101b1..771f400 100644 --- a/tekuti/template.scm +++ b/tekuti/template.scm @@ -71,5 +71,5 @@ (div (@ (id "content")) ,@body) (div (@ (id "footer")) "powered by " - (a (@ (href "http://wingolog.org/software/tekuti/")) + (a (@ (href "//wingolog.org/software/tekuti/")) "tekuti"))))))