1
0
Fork 0

Scheme-relative URL

* tekuti/template.scm (templatize): Use scheme-relative URL for tekuti.
This commit is contained in:
Andy Wingo 2014-10-15 09:35:36 +02:00
parent 89da28b752
commit c087e7b6fa

View file

@ -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"))))))