2022-05-25 03:37:25 +00:00
|
|
|
{%-
|
|
|
|
set JOURNOID_BANNERS = [
|
2022-04-28 21:58:41 +00:00
|
|
|
(
|
|
|
|
"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/"
|
|
|
|
),
|
|
|
|
(
|
2022-05-02 19:13:10 +00:00
|
|
|
"As fact-checked by Reuters 📰✨💞",
|
2022-04-28 21:58:41 +00:00
|
|
|
"https://www.reuters.com/article/factcheck-socialmedia-gender/fact-check-post-about-parent-forcefully-medicating-transgender-child-is-fabricated-idUSL2N2WC1OK",
|
|
|
|
"/post/60443/"
|
|
|
|
),
|
|
|
|
(
|
2022-05-02 19:13:10 +00:00
|
|
|
"As analyzed by Mashable 📰✨💞",
|
2022-04-28 21:58:41 +00:00
|
|
|
"https://mashable.com/article/libs-of-tiktok-furries-school-troll-fake",
|
|
|
|
"/post/63155/"
|
|
|
|
),
|
2022-05-01 23:51:47 +00:00
|
|
|
(
|
2022-05-02 19:13:10 +00:00
|
|
|
"As seen on Business Insider's retraction 📰✨💞",
|
2022-05-02 18:13:07 +00:00
|
|
|
"https://businessinsider.com/reddit-shuts-down-forum-for-texas-abortion-bounty-hunters-2021-9",
|
2022-05-01 23:51:47 +00:00
|
|
|
"/post/19236/"
|
|
|
|
),
|
2022-05-02 18:13:07 +00:00
|
|
|
(
|
2022-05-02 19:13:10 +00:00
|
|
|
"As discussed on The Glenn Beck Program 📻✨💞",
|
2022-05-02 18:13:07 +00:00
|
|
|
"https://www.audacy.com/podcasts/the-glenn-beck-program-45436/elon-musk-vs-the-world-guests-rob-collins-riaz-patel-42722-1386209895",
|
|
|
|
"/post/64305/"
|
|
|
|
),
|
2022-04-28 21:58:41 +00:00
|
|
|
]
|
2022-05-25 03:37:25 +00:00
|
|
|
-%}
|
2022-04-28 21:58:41 +00:00
|
|
|
{% set journoid = JOURNOID_BANNERS|random %}
|
2022-05-25 03:37:25 +00:00
|
|
|
|
2022-07-17 22:56:34 +00:00
|
|
|
<a id="srd-link" href="{{ journoid[1] }}">{{ journoid[0] }}</a>
|
2022-05-25 03:37:25 +00:00
|
|
|
<span id="srd-separator">—</span>
|
2022-07-17 22:56:34 +00:00
|
|
|
<a id="srd-discuss" href="{{ journoid[2] }}">(discuss)</a>
|