From 828b7776d00224459b1c0bb42fce38a49137d5a1 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 23 Feb 2012 19:25:18 +0100 Subject: Add base href to header --- blogthon.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/blogthon.cgi b/blogthon.cgi index a9dab8e..87c9eba 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -457,6 +457,7 @@ else: document_header("html") print(ind + "") print(ind*2 + "%s" % blog_title) + print(ind*2 + "" % blog_url) print(ind*2 + "") print(ind*2 + "") print(ind*2 + "" % keywords) -- cgit v1.2.3