Scheme-relative URL
* tekuti/template.scm (templatize): Use scheme-relative URL for tekuti.
This commit is contained in:
parent
89da28b752
commit
c087e7b6fa
1 changed files with 1 additions and 1 deletions
|
@ -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"))))))
|
||||
|
|
Loading…
Reference in a new issue