Skip to content

Commit ad42ba9

Browse files
tiekoettertiekoetter-bot
authored andcommitted
[update] master branch: 749791c to 606467c
This branch is 1 commit ahead of upstream iv-org/invidious:master (excluding this commit). Additional commits in this branch: - dafe15b Tested: 2026-04-09 @ 15:43:46 CEST Signed-off-by: Léon Tiekötter <leon@tiekoetter.com> Updated by @tiekoetter-bot. 2026-04-10 @ 00:00:07 CEST ID: de909133cc3e15f7586fd192146f3afb
2 parents 606467c + dafe15b commit ad42ba9

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
custom: https://invidious.io/donate/
1+
github: [tiekoettercom]
2+
custom: ["https://www.tiekoetter.com/donate/", "https://invidious.io/donate/"]

src/invidious/views/template.ecr

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,21 @@
146146
</div>
147147

148148
<div class="pure-u-1 pure-u-md-1-3">
149+
<span>
150+
<i class="icon ion-ios-apps"></i>
151+
<a href="https://www.tiekoetter.com/services">Services</a>
152+
</span>
153+
<span>
154+
<i class="icon ion-ios-menu"></i>
155+
<a href="https://forum.tiekoetter.com">Forum</a>
156+
</span>
157+
<span>
158+
<i class="icon ion-ios-wallet"></i>
159+
<a href="https://www.tiekoetter.com/donate"><%= translate(locale, "footer_donate_page") %> @ Tiekoetter.com</a>
160+
</span>
149161
<span>
150162
<i class="icon ion-ios-wallet"></i>
151-
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
163+
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %> @ Invidious.io</a>
152164
</span>
153165
<span>
154166
<%= translate(locale, "Current version: ") %>
@@ -190,6 +202,9 @@
190202
<script src="/js/notifications.js?v=<%= ASSET_COMMIT %>"></script>
191203
<% end %>
192204
<% end %>
205+
<span aria-hidden="true" style="display:none;">
206+
Contact: tinbox@tiekoetter.com
207+
</span>
193208
</body>
194209

195210
</html>

0 commit comments

Comments
 (0)