mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
replace youtube/twitter/instagram with privacy respecting ones
This commit is contained in:
+3
-3
@@ -135,7 +135,7 @@ html
|
||||
.line
|
||||
.line
|
||||
.selftext
|
||||
!= unescape(link.selftext_html)
|
||||
!= unescape(link.selftext_html, user_preferences)
|
||||
if (link.images && link.images.preview)
|
||||
style.
|
||||
details.preview-container img {
|
||||
@@ -215,9 +215,9 @@ html
|
||||
.heading
|
||||
p.title #{subreddit_about.title}
|
||||
.short-description
|
||||
!= unescape(subreddit_about.public_description_html)
|
||||
!= unescape(subreddit_about.public_description_html, user_preferences)
|
||||
.description
|
||||
!= unescape(subreddit_about.description_html)
|
||||
!= unescape(subreddit_about.description_html, user_preferences)
|
||||
else
|
||||
if subreddit.includes('+')
|
||||
.content
|
||||
|
||||
Reference in New Issue
Block a user