mirror of https://gitlab.com/bashrc2/epicyon
Key shortcut for new blog
parent
78fb223bd4
commit
5c25e262a8
|
@ -171,7 +171,8 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
titleStr = translate['Publish a news article']
|
||||
htmlStr += \
|
||||
' <a href="' + \
|
||||
'/users/' + nickname + '/newblog?nodropdown">' + \
|
||||
'/users/' + nickname + '/newblog?nodropdown" ' + \
|
||||
'accesskey="' + accessKeys['menuNewPost'] + '">' + \
|
||||
'<img class="' + editImageClass + \
|
||||
'" loading="lazy" alt="' + \
|
||||
titleStr + '" title="' + \
|
||||
|
|
Loading…
Reference in New Issue