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",
|
"talkingemote": "talkingEmote",
|
||||||
"talkingemote2": "talkingEmote2",
|
"talkingemote2": "talkingEmote2",
|
||||||
"veryhappyemote": "veryHappyEmote",
|
"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 += ' <p>' + profileDescriptionShort + '</p>\n'
|
||||||
htmlStr += loginButton
|
htmlStr += loginButton
|
||||||
if pinnedContent:
|
if pinnedContent:
|
||||||
htmlStr += pinnedContent
|
htmlStr += pinnedContent.replace('<p>', '<p>📎', 1)
|
||||||
htmlStr += ' </figcaption>\n'
|
htmlStr += ' </figcaption>\n'
|
||||||
htmlStr += ' </figure>\n\n'
|
htmlStr += ' </figure>\n\n'
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue