Line lengths

main
Bob Mottram 2020-05-23 09:46:40 +00:00
parent 19a64c7f93
commit 8c30fa5832
1 changed files with 4 additions and 2 deletions

View File

@ -346,12 +346,14 @@ def htmlBlogPost(authorized: bool,
blogStr += '<a href="' + httpPrefix + '://' + \ blogStr += '<a href="' + httpPrefix + '://' + \
domainFull + '/blog/' + nickname + '/rss.xml">' domainFull + '/blog/' + nickname + '/rss.xml">'
blogStr += '<img loading="lazy" alt="RSS 2.0" title="RSS 2.0" src="/' + \ blogStr += '<img loading="lazy" alt="RSS 2.0" ' + \
'title="RSS 2.0" src="/' + \
iconsDir + '/rss.png" /></a>' iconsDir + '/rss.png" /></a>'
blogStr += '<a href="' + httpPrefix + '://' + \ blogStr += '<a href="' + httpPrefix + '://' + \
domainFull + '/blog/' + nickname + '/rss.txt">' domainFull + '/blog/' + nickname + '/rss.txt">'
blogStr += '<img loading="lazy" alt="RSS 3.0" title="RSS 3.0" src="/' + \ blogStr += '<img loading="lazy" alt="RSS 3.0" ' + \
'title="RSS 3.0" src="/' + \
iconsDir + '/rss3.png" /></a>' iconsDir + '/rss3.png" /></a>'
blogStr += '</p>' blogStr += '</p>'