mirror of https://gitlab.com/bashrc2/epicyon
merge-requests/30/head
commit
e1516bb4d6
|
@ -23,7 +23,7 @@
|
|||
<div class="author">
|
||||
<p>Version 1.3.0</p>
|
||||
</div>
|
||||
<p>Designed and published by Bob Mottram © 2022 , UK</p>
|
||||
<p>Designed and published by Bob Mottram © 2022-2023 , UK</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue