mirror of https://gitlab.com/bashrc2/epicyon
Gemini emoji on person options screen
parent
8c2062c84c
commit
5c1969121f
|
@ -346,7 +346,7 @@ def html_person_options(default_timeline: str,
|
||||||
if '://' not in gemini_str:
|
if '://' not in gemini_str:
|
||||||
gemini_str = 'gemini://' + gemini_str
|
gemini_str = 'gemini://' + gemini_str
|
||||||
options_str += \
|
options_str += \
|
||||||
'<p class="imText">🌐 <a href="' + gemini_str + '">' + \
|
'<p class="imText">♊ <a href="' + gemini_str + '">' + \
|
||||||
gemini_link + '</a></p>\n'
|
gemini_link + '</a></p>\n'
|
||||||
if xmpp_address:
|
if xmpp_address:
|
||||||
options_str += \
|
options_str += \
|
||||||
|
|
Loading…
Reference in New Issue