Show gemini link on profile screen

main
Bob Mottram 2022-11-04 21:20:01 +00:00
parent baab9ff98b
commit 1dc62429ca
1 changed files with 4 additions and 0 deletions

View File

@ -727,6 +727,10 @@ def html_profile(signing_priv_key_pem: str,
donate_section += \
'<p>' + translate['Website'] + ': <a href="' + \
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:
donate_section += \
'<p>' + translate['Email'] + ': <a href="mailto:' + \