mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-07 20:02:32 +01:00
add nsfw tags
This commit is contained in:
parent
836438dfeb
commit
74b6e76619
@ -96,7 +96,9 @@ html
|
|||||||
span(class="to") to
|
span(class="to") to
|
||||||
a(href="/r/" + link.subreddit + "")
|
a(href="/r/" + link.subreddit + "")
|
||||||
| #{link.subreddit}
|
| #{link.subreddit}
|
||||||
p.comments
|
.links
|
||||||
|
if link.over_18
|
||||||
|
span.tag.nsfw NSFW
|
||||||
a(href="" + link.permalink + "", class="comments")
|
a(href="" + link.permalink + "", class="comments")
|
||||||
| #{link.num_comments} comments
|
| #{link.num_comments} comments
|
||||||
#search
|
#search
|
||||||
|
Loading…
Reference in New Issue
Block a user