mirror of https://gitlab.com/bashrc2/epicyon
pgp key outside of center
parent
57a15fe2df
commit
c8540341e7
|
@ -290,6 +290,8 @@ a:link {
|
|||
}
|
||||
|
||||
.pgp {
|
||||
float: left;
|
||||
margin: 0% 20%;
|
||||
font-size: var(--font-size4);
|
||||
color: var(--main-link-color);
|
||||
font-family: 'monospace';
|
||||
|
|
|
@ -1551,9 +1551,9 @@ def htmlProfile(defaultTimeline: str, \
|
|||
donateSection+='<p>'+translate['XMPP']+': '+xmppAddress+'</p>\n'
|
||||
if matrixAddress:
|
||||
donateSection+='<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
||||
donateSection+=' </center>\n'
|
||||
if PGPpubKey:
|
||||
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||
donateSection+=' </center>\n'
|
||||
donateSection+='</div>\n'
|
||||
|
||||
if not authorized:
|
||||
|
|
Loading…
Reference in New Issue