journoid banners are only relevant to rdrama
This commit is contained in:
parent
b04849e5b7
commit
3bbedd7375
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
{% set JOURNOID_BANNERS = [
|
||||
(
|
||||
"As seen on The Independent 📰✨💞",
|
||||
"https://www.independent.co.uk/news/world/americas/us-politics/reddit-conservatives-post-trans-child-fake-b2060803.html",
|
||||
"/post/61530/"
|
||||
),
|
||||
(
|
||||
"As fact-checked by Reuters 📰✨💞",
|
||||
"https://www.reuters.com/article/factcheck-socialmedia-gender/fact-check-post-about-parent-forcefully-medicating-transgender-child-is-fabricated-idUSL2N2WC1OK",
|
||||
"/post/60443/"
|
||||
),
|
||||
(
|
||||
"As analyzed by Mashable 📰✨💞",
|
||||
"https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake",
|
||||
"/post/63155/"
|
||||
),
|
||||
(
|
||||
"As seen on Business Insider's retraction 📰✨💞",
|
||||
"https://businessinsider.com/reddit-shuts-down-forum-for-texas-abortion-bounty-hunters-2021-9",
|
||||
"/post/19236/"
|
||||
),
|
||||
(
|
||||
"As discussed on The Glenn Beck Program 📻✨💞",
|
||||
"https://www.audacy.com/podcasts/the-glenn-beck-program-45436/elon-musk-vs-the-world-guests-rob-collins-riaz-patel-42722-1386209895",
|
||||
"/post/64305/"
|
||||
),
|
||||
]
|
||||
%}
|
||||
|
||||
{% set journoid = JOURNOID_BANNERS|random %}
|
||||
<div class="srd">
|
||||
<a id="srd-link" class="text-small-mobile" href="{{ journoid[1] }}">{{ journoid[0] }}</a>
|
||||
<span id="srd-separator">—</span>
|
||||
<a id="srd-discuss" class="text-small-mobile" href="{{ journoid[2] }}">(discuss)</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue