Link back to users path

merge-requests/8/head
Bob Mottram 2020-11-01 10:59:46 +00:00
parent b89279137c
commit 9d74ccec6b
1 changed files with 2 additions and 2 deletions

View File

@ -5942,7 +5942,7 @@ def htmlLinksMobile(cssCache: {}, baseDir: str,
htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr = htmlHeader(cssFilename, profileStyle)
htmlStr += \ htmlStr += \
'<a href="/">' + \ '<a href="/users/"' + nickname + '>' + \
'<img loading="lazy" class="timeline-banner" ' + \ '<img loading="lazy" class="timeline-banner" ' + \
'src="/users/news/banner.png" /></a>\n' 'src="/users/news/banner.png" /></a>\n'
@ -6003,7 +6003,7 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str,
htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr = htmlHeader(cssFilename, profileStyle)
htmlStr += \ htmlStr += \
'<a href="/">' + \ '<a href="/users/"' + nickname + '>' + \
'<img loading="lazy" class="timeline-banner" ' + \ '<img loading="lazy" class="timeline-banner" ' + \
'src="/users/news/banner.png" /></a>\n' 'src="/users/news/banner.png" /></a>\n'