diff --git a/webapp_post.py b/webapp_post.py index 4827f107c..5a8d016cb 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1582,10 +1582,14 @@ def _get_footer_with_icons(show_icons: bool, footer_str += ' ' if content_license_url: # show the CC symbol + copyright_symbol = '🅭 ' + if '/zero/' in content_license_url: + copyright_symbol = '🄍 ' footer_str += '' + \ - ' 🅭 ' + ' ' + \ + copyright_symbol + ' ' # show the date date_link = '/users/' + nickname + '?convthread=' + \ published_link.replace('/', '--')