forked from indymedia/epicyon
				
			Line lengths
							parent
							
								
									19a64c7f93
								
							
						
					
					
						commit
						8c30fa5832
					
				
							
								
								
									
										6
									
								
								blog.py
								
								
								
								
							
							
						
						
									
										6
									
								
								blog.py
								
								
								
								
							|  | @ -346,12 +346,14 @@ def htmlBlogPost(authorized: bool, | |||
| 
 | ||||
|         blogStr += '<a href="' + httpPrefix + '://' + \ | ||||
|             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>' | ||||
| 
 | ||||
|         blogStr += '<a href="' + httpPrefix + '://' + \ | ||||
|             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>' | ||||
| 
 | ||||
|         blogStr += '</p>' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue