mirror of https://gitlab.com/bashrc2/epicyon
Features timeline
parent
0b6293dece
commit
6267d8fb74
|
@ -780,12 +780,12 @@ def htmlFrontScreenPosts(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
maxItems = 4
|
maxItems = 4
|
||||||
ctr = 0
|
ctr = 0
|
||||||
currPage = 1
|
currPage = 1
|
||||||
boxName = 'tlblogs'
|
boxName = 'tlfeatures'
|
||||||
while ctr < maxItems and currPage < 4:
|
while ctr < maxItems and currPage < 4:
|
||||||
outboxFeed = \
|
outboxFeed = \
|
||||||
personBoxJson({}, session, baseDir, domain,
|
personBoxJson({}, session, baseDir, domain,
|
||||||
port,
|
port,
|
||||||
'/users/news/' + boxName + '?page=' +
|
'/users/' + nickname + '/' + boxName + '?page=' +
|
||||||
str(currPage),
|
str(currPage),
|
||||||
httpPrefix,
|
httpPrefix,
|
||||||
10, boxName,
|
10, boxName,
|
||||||
|
|
Loading…
Reference in New Issue