From 2e323a4641b51b3ebd7ecf7452e77a1fe982a8f9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 20 Aug 2021 14:56:52 +0100 Subject: [PATCH] Show blog address on profile --- webapp_profile.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp_profile.py b/webapp_profile.py index a2e824c73..2d5005255 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -552,6 +552,7 @@ def htmlProfile(rssIconAtTop: bool, donateSection = '' donateUrl = getDonationUrl(profileJson) websiteUrl = getWebsite(profileJson, translate) + blogAddress = getBlogAddress(profileJson) PGPpubKey = getPGPpubKey(profileJson) PGPfingerprint = getPGPfingerprint(profileJson) emailAddress = getEmailAddress(profileJson) @@ -581,6 +582,10 @@ def htmlProfile(rssIconAtTop: bool, donateSection += \ '

' + translate['Email'] + ': ' + emailAddress + '

\n' + if blogAddress: + donateSection += \ + '

Blog: ' + blogAddress + '

\n' if xmppAddress: donateSection += \ '

' + translate['XMPP'] + ':