added placeholder for obfuscated mailaddress
cleaned up the main navigation bar moved some text around
This commit is contained in:
parent
bbe38e4649
commit
e6eec6a97c
18 changed files with 119 additions and 171 deletions
|
@ -54,7 +54,7 @@ class TemplateWriter:
|
|||
if not os.path.isfile(tmplfile):
|
||||
print " str.repl: cancelling %s - not a file" % tmplfile
|
||||
else:
|
||||
placeholder[tmpl] = file(tmplfile).read()
|
||||
placeholder[tmpl] = file(tmplfile).read().strip()
|
||||
placeholder["rss_content"] = self.get_rss_info()
|
||||
return placeholder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue