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 += \ '