mirror of https://gitlab.com/bashrc2/epicyon
Navigation markup
parent
69f80f2573
commit
a2cca64b32
|
@ -1050,7 +1050,8 @@ def _getFooterWithIcons(showIcons: bool,
|
||||||
if not showIcons:
|
if not showIcons:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
footerStr = '\n <div class="' + containerClassIcons + '">\n'
|
footerStr = '\n <nav>\n'
|
||||||
|
footerStr += ' <div class="' + containerClassIcons + '">\n'
|
||||||
footerStr += replyStr + announceStr + likeStr + bookmarkStr
|
footerStr += replyStr + announceStr + likeStr + bookmarkStr
|
||||||
footerStr += deleteStr + muteStr + editStr
|
footerStr += deleteStr + muteStr + editStr
|
||||||
if not isNewsPost(postJsonObject):
|
if not isNewsPost(postJsonObject):
|
||||||
|
@ -1061,6 +1062,7 @@ def _getFooterWithIcons(showIcons: bool,
|
||||||
publishedLink.replace('/news/', '/news/statuses/') + \
|
publishedLink.replace('/news/', '/news/statuses/') + \
|
||||||
'" class="' + timeClass + '">' + publishedStr + '</a>\n'
|
'" class="' + timeClass + '">' + publishedStr + '</a>\n'
|
||||||
footerStr += ' </div>\n'
|
footerStr += ' </div>\n'
|
||||||
|
footerStr += ' </nav>\n'
|
||||||
return footerStr
|
return footerStr
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue