mirror of https://gitlab.com/bashrc2/epicyon
Paperclip
parent
6faf4b0b22
commit
0eedac20a9
|
@ -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
|
||||||
htmlStr += ' </figcaption>\n'
|
htmlStr += ' </figcaption>\n'
|
||||||
htmlStr += ' </figure>\n\n'
|
htmlStr += ' </figure>\n\n'
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
Loading…
Reference in New Issue