mirror of https://gitlab.com/bashrc2/epicyon
cc symbol
parent
32252a8182
commit
6048916a95
|
@ -1585,7 +1585,7 @@ def _get_footer_with_icons(show_icons: bool,
|
||||||
footer_str += '<a href="' + \
|
footer_str += '<a href="' + \
|
||||||
content_license_url + '" class="' + \
|
content_license_url + '" class="' + \
|
||||||
time_class + '" tabindex="10">' + \
|
time_class + '" tabindex="10">' + \
|
||||||
'<span itemprop="license"> 🅭</span></a> '
|
'<span itemprop="license">🅭 </span></a>'
|
||||||
# show the date
|
# show the date
|
||||||
date_link = '/users/' + nickname + '?convthread=' + \
|
date_link = '/users/' + nickname + '?convthread=' + \
|
||||||
published_link.replace('/', '--')
|
published_link.replace('/', '--')
|
||||||
|
|
Loading…
Reference in New Issue