diff --git a/blog.py b/blog.py index d10976369..4e056bcbc 100644 --- a/blog.py +++ b/blog.py @@ -349,12 +349,6 @@ def htmlBlogPage(authorized: bool, session, \ navigateStr+='

' blogStr+=navigateStr - # show rss link - blogStr+='

' - blogStr+='' - blogStr+='RSS' - blogStr+='

' - for item in timelineJson['orderedItems']: if item['type']!='Create': continue @@ -367,6 +361,12 @@ def htmlBlogPage(authorized: bool, session, \ if len(timelineJson['orderedItems'])>=noOfItems: blogStr+=navigateStr + # show rss link + blogStr+='

' + blogStr+='' + blogStr+='RSS' + blogStr+='

' + return blogStr+htmlFooter() return None diff --git a/epicyon-profile.css b/epicyon-profile.css index 6efd18381..7c466c211 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -92,6 +92,7 @@ a:link { .rssfeed img { width: 5%; + float: right; } .ssbaddr {