jg
This commit is contained in:
parent
777971c378
commit
f743de1666
10 changed files with 14 additions and 10 deletions
|
@ -97,7 +97,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/{{SITE_NAME}}/icon.webp?v=1015">
|
||||
<link rel="manifest" href="/assets/{{SITE_NAME}}.json?v=1">
|
||||
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?v=1">
|
||||
<link rel="mask-icon" href="/assets/images/{{SITE_NAME}}/icon.webp?v=1015">
|
||||
<link rel="shortcut icon" href="/assets/images/{{SITE_NAME}}/icon.webp?v=1015">
|
||||
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">
|
||||
|
|
|
@ -57,6 +57,10 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
{% if g.webview %}
|
||||
<a class="mobile-nav-icon d-md-none" onclick="location.reload()"><i class="fas fa-arrow-rotate-right align-middle text-gray-500 black"></i></a>
|
||||
{% endif %}
|
||||
|
||||
{% if v %}
|
||||
{% if v.notifications_count %}
|
||||
<a class="mobile-nav-icon d-md-none pl-0" href="/notifications{% if v.do_posts %}?posts=true{% elif v.do_reddit %}?reddit=true{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Notifications"><i class="fas fa-bell align-middle text-danger" {% if v.do_posts %}style="color:blue!important"{% elif v.do_reddit %}style="color:#805ad5!important"{% endif %}></i><span class="notif-count ml-1" style="padding-left: 4.5px;{% if v.do_posts %}background:blue{% elif v.do_reddit %}background:#805ad5{% endif %}">{{v.notifications_count}}</span></a>
|
||||
|
@ -159,7 +163,7 @@
|
|||
<button class="dropdown-item copy-link" data-clipboard-text="{{SITE_FULL}}/signup?ref={{v.username}}"><i class="fas fa-user-friends fa-fw mr-3"></i>Invite friends</button>
|
||||
</div>
|
||||
<div class="px-2">
|
||||
<a class="dropdown-item" href="/assets/{{config('SITE_NAME')}}_v2.2.apk?v=1"><i class="fab fa-android fa-fw mr-3"></i>Android app</a>
|
||||
<a class="dropdown-item" href="/assets/app_{{config('SITE_NAME')}}.apk?v=1"><i class="fab fa-android fa-fw mr-3"></i>Android app</a>
|
||||
|
||||
<a class="dropdown-item" href="https://rdrama.net/changelog"><i class="fas fa-clipboard fa-fw mr-3"></i>Changelog</a>
|
||||
|
||||
|
@ -221,7 +225,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
|
||||
<a class="nav-item nav-link" href="/assets/{{config('SITE_NAME')}}_v2.2.apk?v=1"><i class="fab fa-android fa-fw mr-3"></i>Android app</a>
|
||||
<a class="nav-item nav-link" href="/assets/app_{{config('SITE_NAME')}}.apk?v=1"><i class="fab fa-android fa-fw mr-3"></i>Android app</a>
|
||||
|
||||
<a class="nav-item nav-link" rel="nofollow noopener noreferrer" href="https://github.com/Aevann1/rDrama"><i class="fab fa-github fa-fw mr-3"></i>Source code</a>
|
||||
|
||||
|
|
|
@ -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/"
|
||||
),
|
||||
]
|
||||
%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue