mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-30 04:01:49 +01:00
rm duplicate links element
This commit is contained in:
parent
f21c4d4f33
commit
843ae185ce
@ -25,7 +25,11 @@ html
|
|||||||
a(href="/controversial") controversial
|
a(href="/controversial") controversial
|
||||||
li(class=sortby === 'top' ? 'active' : '')
|
li(class=sortby === 'top' ? 'active' : '')
|
||||||
a(href="/top") top
|
a(href="/top") top
|
||||||
#links
|
if !before && !after && sortby === 'hot'
|
||||||
|
#intro
|
||||||
|
h1 Welcome to teddit
|
||||||
|
h2 the alternative, privacy respecting, front page of internet.
|
||||||
|
#links.sr
|
||||||
if sortby === 'top' || sortby === 'controversial'
|
if sortby === 'top' || sortby === 'controversial'
|
||||||
details
|
details
|
||||||
summary
|
summary
|
||||||
@ -54,11 +58,6 @@ html
|
|||||||
a(href="?t=year") past year
|
a(href="?t=year") past year
|
||||||
li(class=past === 'all' ? 'active' : '')
|
li(class=past === 'all' ? 'active' : '')
|
||||||
a(href="?t=all") all time
|
a(href="?t=all") all time
|
||||||
if !before && !after && sortby === 'hot'
|
|
||||||
#intro
|
|
||||||
h1 Welcome to teddit
|
|
||||||
h2 the alternative, privacy respecting, front page of internet.
|
|
||||||
#links.sr
|
|
||||||
each link in json.links
|
each link in json.links
|
||||||
.link
|
.link
|
||||||
.upvotes
|
.upvotes
|
||||||
|
Loading…
Reference in New Issue
Block a user