RSS + Tags

* RSS is fully functional
* Images for tags are automatically added
This commit is contained in:
Phyks 2013-10-27 14:14:10 +01:00
parent ecfab3c7b1
commit 9dce2689d0
1 changed files with 3 additions and 2 deletions

View File

@ -558,7 +558,8 @@ for filename in added_files+modified_files:
tags_header = ""
for tag in tags_full_list:
tags_header += "<div class=\"categories\">"
tags_header += "<img alt=\"test\" src=\"tags/test.png\"/>"
tags_header += ("<img alt=\"test\" " +
"src=\""+params["BLOG_URL"]+"/tags/"+tag[9:-4]+".png\"/>")
tags_header += ("<span class=\"popup\">"+tag[9:-4]+"</span>")
tags_header += "</div>"
try: