35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
{%-
|
|
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 %}
|
|
|
|
<a id="srd-link" href="{{ journoid[1] }}">{{ journoid[0] }}</a>
|
|
<span id="srd-separator">—</span>
|
|
<a id="srd-discuss" href="{{ journoid[2] }}">(discuss)</a>
|