RSS + Tags
* RSS is fully functional * Images for tags are automatically added
This commit is contained in:
parent
ecfab3c7b1
commit
9dce2689d0
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user