Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon

merge-requests/30/head
Bob Mottram 2021-01-28 20:29:19 +00:00
commit 9d7005c06f
3 changed files with 3 additions and 2 deletions

View File

@ -785,5 +785,6 @@
"talkingemote": "talkingEmote",
"talkingemote2": "talkingEmote2",
"veryhappyemote": "veryHappyEmote",
"worriedemote": "worriedEmote"
"worriedemote": "worriedEmote",
"tor": "tor"
}

BIN
emoji/tor.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -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