diff --git a/webapp_post.py b/webapp_post.py index 981ad5bfc..f0008953b 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3279,6 +3279,16 @@ def individual_post_as_html(signing_priv_key_pem: str, if time_span_str: map_str += '
' + time_span_str + '
\n' + if not map_str and not location_str: + if category_str: + category_text = 'Category' + if translate.get('Category'): + category_text = translate['Category'] + map_str += '' + category_text + ': ' + \ + category_str + '
\n' + if time_span_str: + map_str += '' + time_span_str + '
\n' + if is_muted: content_str = '' else: