mirror of https://gitlab.com/bashrc2/epicyon
Make the public profile feed preview shorter
parent
696a2ec507
commit
3f6ca1eb19
|
@ -291,7 +291,7 @@ def htmlProfileAfterSearch(cssCache: {},
|
||||||
themeName, systemLanguage, maxLikeCount,
|
themeName, systemLanguage, maxLikeCount,
|
||||||
False, False, False, False, False)
|
False, False, False, False, False)
|
||||||
i += 1
|
i += 1
|
||||||
if i >= 20:
|
if i >= 8:
|
||||||
break
|
break
|
||||||
|
|
||||||
instanceTitle = \
|
instanceTitle = \
|
||||||
|
|
Loading…
Reference in New Issue