forked from indymedia/epicyon
No distance between posts
parent
89b01f4c39
commit
4fe35d5379
|
@ -17,6 +17,7 @@
|
||||||
"calendar-horizontal-padding": "20%",
|
"calendar-horizontal-padding": "20%",
|
||||||
"time-vertical-align": "10px",
|
"time-vertical-align": "10px",
|
||||||
"publish-button-vertical-offset": "10px",
|
"publish-button-vertical-offset": "10px",
|
||||||
|
"vertical-between-posts": "0",
|
||||||
"vertical-between-posts-header": "0 0",
|
"vertical-between-posts-header": "0 0",
|
||||||
"header-button-padding": "0 0",
|
"header-button-padding": "0 0",
|
||||||
"containericons-horizontal-spacing": "0%",
|
"containericons-horizontal-spacing": "0%",
|
||||||
|
|
|
@ -614,9 +614,6 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
if isSystemAccount(nickname):
|
if isSystemAccount(nickname):
|
||||||
bannerFile, bannerFilename = \
|
bannerFile, bannerFilename = \
|
||||||
getBannerFile(baseDir, nickname, domain)
|
getBannerFile(baseDir, nickname, domain)
|
||||||
# profileStyle = \
|
|
||||||
# profileStyle.replace('banner.png',
|
|
||||||
# '/users/' + nickname + '/' + bannerFile)
|
|
||||||
|
|
||||||
licenseStr = \
|
licenseStr = \
|
||||||
'<a href="https://gitlab.com/bashrc2/epicyon">' + \
|
'<a href="https://gitlab.com/bashrc2/epicyon">' + \
|
||||||
|
|
Loading…
Reference in New Issue