mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon
commit
9d7005c06f
|
@ -785,5 +785,6 @@
|
|||
"talkingemote": "talkingEmote",
|
||||
"talkingemote2": "talkingEmote2",
|
||||
"veryhappyemote": "veryHappyEmote",
|
||||
"worriedemote": "worriedEmote"
|
||||
"worriedemote": "worriedEmote",
|
||||
"tor": "tor"
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -377,7 +377,7 @@ def _getProfileHeader(baseDir: str, httpPrefix: str,
|
|||
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
|
||||
htmlStr += loginButton
|
||||
if pinnedContent:
|
||||
htmlStr += pinnedContent
|
||||
htmlStr += pinnedContent.replace('<p>', '<p>📎', 1)
|
||||
htmlStr += ' </figcaption>\n'
|
||||
htmlStr += ' </figure>\n\n'
|
||||
return htmlStr
|
||||
|
|
Loading…
Reference in New Issue