Link to conversation view

main
Bob Mottram 2023-01-01 14:54:12 +00:00
parent 398cc2e01f
commit e409d93512
1 changed files with 3 additions and 1 deletions

View File

@ -2370,7 +2370,9 @@ def individual_post_as_html(signing_priv_key_pem: str,
if content_license_url:
footer_str += _get_copyright_footer(content_license_url,
time_class)
footer_str += '<a href="' + published_link + \
conv_link = '/users/' + nickname + '?convthread=' + \
published_link.replace('/', '--')
footer_str += '<a href="' + conv_link + \
'" class="' + time_class + '" tabindex="10">' + \
published_str + '</a>\n'
else: