Skip to content

Commit 3d0fe9e

Browse files
committedSep 2, 2020
Update sponsors
1 parent 10df29c commit 3d0fe9e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
 

‎_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161

6262
<!-- CSS stylesheets -->
6363
<link href="/assets/css/style.css?v=9" rel="stylesheet">
64-
<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">
64+
{% unless page.url == '/sponsors/' %}<link id="dark-css" href="/assets/css/dark.css?v=4" rel="stylesheet" media="(prefers-color-scheme: dark)">{% endunless %}
6565
</head>

‎_includes/nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</a>
114114
<a href="/about/" class="nav-anchor">
115115
About Us
116-
</a>
116+
</a>{% unless page.url == '/sponsors/' %}
117117
<span id="nav-switch-theme" class="nav-anchor">
118118
<span class="nav-theme-icon fas fa-fw" aria-hidden="true" title="Theme"></span>
119119
<span class="sr-only">Toggle Theme</span>
@@ -138,7 +138,7 @@
138138
<a href="https://privacytools.ru" rel="nofollow noopener" class="dropdown-item">Русский</a>
139139
<a href="https://privacytools.dreads-unlock.fr" rel="nofollow noopener" class="dropdown-item">Français</a>
140140
</span>
141-
</details>
141+
</details>{% endunless %}
142142
</div>
143143
</div>
144144
</div>

‎_includes/sponsors/gold.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
33
<img
44
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
5-
data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"
5+
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"{% endunless %}
66
height="70rem"
77
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
88
alt="Safing Privacy Network - Safing.io Logo" />
99
</a>
1010
<a class="m-3" href="https://www.oeck.com" target="_blank" rel="noreferrer">
1111
<img
1212
src="/assets/img/png/3rd-party/sponsors/oeck.png"
13+
{% unless page.url == '/sponsors/' %}data-theme-src="/assets/img/png/3rd-party/sponsors/oeck-dark.png"{% endunless %}
1314
height="70rem"
1415
title="Oeck - A new type of VPN - Unique, fast and private."
1516
alt="Insurgo Logo" />
28.1 KB
Loading
-12.2 KB
Loading

0 commit comments

Comments
 (0)