Add base href to header

This commit is contained in:
Stefan Ritter 2012-02-23 19:25:18 +01:00
parent 202fbfd9ac
commit 828b7776d0
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ else:
document_header("html")
print(ind + "<head>")
print(ind*2 + "<title>%s</title>" % blog_title)
print(ind*2 + "<base href=\"+s\" />" % blog_url)
print(ind*2 + "<meta charset=\"utf-8\" />")
print(ind*2 + "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />")
print(ind*2 + "<meta name=\"keywords\" content=\"%s\" />" % keywords)