forked from indymedia/epicyon
Add front screen posts to profile
parent
e5533fde11
commit
1e0b5dc5ef
|
@ -627,6 +627,7 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
licenseStr = ''
|
licenseStr = ''
|
||||||
bannerFile, bannerFilename = \
|
bannerFile, bannerFilename = \
|
||||||
getBannerFile(baseDir, nickname, domain)
|
getBannerFile(baseDir, nickname, domain)
|
||||||
|
profileStr += \
|
||||||
htmlFrontScreenPosts(recentPostsCache, maxRecentPosts,
|
htmlFrontScreenPosts(recentPostsCache, maxRecentPosts,
|
||||||
translate,
|
translate,
|
||||||
baseDir, httpPrefix,
|
baseDir, httpPrefix,
|
||||||
|
|
Loading…
Reference in New Issue