diff --git a/files/templates/default.html b/files/templates/default.html index 202faba23..a94a69390 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -97,7 +97,7 @@ - + diff --git a/files/templates/header.html b/files/templates/header.html index 2decdac95..63d9d5733 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -57,6 +57,10 @@ + {% if g.webview %} + + {% endif %} + {% if v %} {% if v.notifications_count %} {{v.notifications_count}} @@ -159,7 +163,7 @@
- Android app + Android app Changelog @@ -221,7 +225,7 @@ {% endif %} - Android app + Android app Source code diff --git a/files/templates/journoid_banner.html b/files/templates/journoid_banner.html index 4f5c6b63e..a23b995b0 100644 --- a/files/templates/journoid_banner.html +++ b/files/templates/journoid_banner.html @@ -1,8 +1,3 @@ -{# JournoidBanner Index (keep updated for clarity's sake): - [0] TransParentTransKid (good coverage) on the Independent - [1] TransParentTransKid (lol coverage) on Reuters - [2] "Furry Culture Month" baited Libs of TikTok on Mashable -#} {% set JOURNOID_BANNERS = [ ( "As seen on The Independent 📰✨💞", @@ -10,15 +5,20 @@ "/post/61530/" ), ( - "Has been fact-checked by Reuters 📰", + "As seen on Reuters 📰✨💞", "https://www.reuters.com/article/factcheck-socialmedia-gender/fact-check-post-about-parent-forcefully-medicating-transgender-child-is-fabricated-idUSL2N2WC1OK", "/post/60443/" ), ( - "As seen on Mashable & Libs of TikTok 📰✨", + "As seen on Mashable 📰✨💞", "https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake", "/post/63155/" ), + ( + "As seen on Business Insider 📰✨💞", + "https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake", + "/post/19236/" + ), ] %}