mirror of https://gitlab.com/bashrc2/epicyon
Link to specification
parent
bce5b8de24
commit
d7e372900f
|
@ -346,6 +346,9 @@ def get_left_column_content(base_dir: str, nickname: str, domain_full: str,
|
||||||
html_str += \
|
html_str += \
|
||||||
'<p class="login-text"><a href="/about">' + \
|
'<p class="login-text"><a href="/about">' + \
|
||||||
translate['About this Instance'] + '</a></p>'
|
translate['About this Instance'] + '</a></p>'
|
||||||
|
html_str += \
|
||||||
|
'<p class="login-text"><a href="/activitypub">' + \
|
||||||
|
translate['ActivityPub Specification'] + '</a></p>'
|
||||||
html_str += \
|
html_str += \
|
||||||
'<p class="login-text"><a href="/terms">' + \
|
'<p class="login-text"><a href="/terms">' + \
|
||||||
translate['Terms of Service'] + '</a></p>'
|
translate['Terms of Service'] + '</a></p>'
|
||||||
|
|
Loading…
Reference in New Issue