mirror of https://gitlab.com/bashrc2/epicyon
Show gemini link on profile screen
parent
baab9ff98b
commit
1dc62429ca
|
@ -727,6 +727,10 @@ def html_profile(signing_priv_key_pem: str,
|
||||||
donate_section += \
|
donate_section += \
|
||||||
'<p>' + translate['Website'] + ': <a href="' + \
|
'<p>' + translate['Website'] + ': <a href="' + \
|
||||||
website_url + '" tabindex="1">' + website_url + '</a></p>\n'
|
website_url + '" tabindex="1">' + website_url + '</a></p>\n'
|
||||||
|
if gemini_link:
|
||||||
|
donate_section += \
|
||||||
|
'<p>' + 'Gemini' + ': <a href="' + \
|
||||||
|
gemini_link + '" tabindex="1">' + gemini_link + '</a></p>\n'
|
||||||
if email_address:
|
if email_address:
|
||||||
donate_section += \
|
donate_section += \
|
||||||
'<p>' + translate['Email'] + ': <a href="mailto:' + \
|
'<p>' + translate['Email'] + ': <a href="mailto:' + \
|
||||||
|
|
Loading…
Reference in New Issue