merge-requests/30/head
Bob Mottram 2023-01-01 17:57:00 +00:00
commit e1516bb4d6
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="author">
<p>Version 1.3.0</p>
</div>
<p>Designed and published by Bob Mottram &copy; 2022 , UK</p>
<p>Designed and published by Bob Mottram &copy; 2022-2023 , UK</p>
</div>
</div>
</div>

View File

@ -375,12 +375,13 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int,
' </form>\n' + \
'</div>\n'
text_mode_separator = '<div class="transparent"><hr></div>'
user_feed = \
parse_user_feed(signing_priv_key_pem,
session, outbox_url, as_header, project_version,
http_prefix, from_domain, debug)
if user_feed:
text_mode_separator = '<div class="transparent"><hr></div>'
minimize_all_images = False
if nickname in min_images_for_accounts:
minimize_all_images = True