Add front screen posts to profile

merge-requests/30/head
Bob Mottram 2020-11-27 18:50:54 +00:00
parent e5533fde11
commit 1e0b5dc5ef
1 changed files with 9 additions and 8 deletions

View File

@ -627,14 +627,15 @@ def htmlProfile(rssIconAtTop: bool,
licenseStr = '' licenseStr = ''
bannerFile, bannerFilename = \ bannerFile, bannerFilename = \
getBannerFile(baseDir, nickname, domain) getBannerFile(baseDir, nickname, domain)
htmlFrontScreenPosts(recentPostsCache, maxRecentPosts, profileStr += \
translate, htmlFrontScreenPosts(recentPostsCache, maxRecentPosts,
baseDir, httpPrefix, translate,
nickname, domain, port, baseDir, httpPrefix,
session, wfRequest, personCache, nickname, domain, port,
projectVersion, session, wfRequest, personCache,
YTReplacementDomain, projectVersion,
showPublishedDateOnly) + licenseStr YTReplacementDomain,
showPublishedDateOnly) + licenseStr
else: else:
licenseStr = \ licenseStr = \
'<a href="https://gitlab.com/bashrc2/epicyon">' + \ '<a href="https://gitlab.com/bashrc2/epicyon">' + \