mirror of https://gitlab.com/bashrc2/epicyon
Add front screen posts to profile
parent
e5533fde11
commit
1e0b5dc5ef
|
@ -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">' + \
|
||||||
|
|
Loading…
Reference in New Issue