forked from indymedia/epicyon
Don't show license icon on news front page
parent
c002adccc6
commit
28d57f492b
|
@ -627,6 +627,8 @@ def htmlProfile(rssIconAtTop: bool,
|
|||
bannerFile, bannerFilename = \
|
||||
getBannerFile(baseDir, nickname, domain)
|
||||
|
||||
licenseStr = ''
|
||||
if not isSystemAccount(nickname):
|
||||
licenseStr = \
|
||||
'<a href="https://gitlab.com/bashrc2/epicyon">' + \
|
||||
'<img loading="lazy" class="license" alt="' + \
|
||||
|
|
Loading…
Reference in New Issue