Skip to content

Commit 9aa27a7

Browse files
tiekoettertiekoetter-bot
authored andcommitted
[update] master branch: f9cf70f to 325e013
This branch is 1 commit ahead of upstream iv-org/invidious:master (excluding this commit). Additional commits in this branch: - 3dbcba8 Tested: 2025-09-14 @ 11:54:22 CEST Signed-off-by: Léon Tiekötter <leon@tiekoetter.com> Updated by @tiekoetter-bot. 2025-09-15 @ 00:00:06 CEST ID: 3f76354b20ca8db7025abb661bc367f3
2 parents 325e013 + 3dbcba8 commit 9aa27a7

2 files changed

Lines changed: 15 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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,21 @@
145145
</div>
146146

147147
<div class="pure-u-1 pure-u-md-1-3">
148+
<span>
149+
<i class="icon ion-ios-apps"></i>
150+
<a href="https://www.tiekoetter.com/services">Services</a>
151+
</span>
152+
<span>
153+
<i class="icon ion-ios-menu"></i>
154+
<a href="https://forum.tiekoetter.com">Forum</a>
155+
</span>
156+
<span>
157+
<i class="icon ion-ios-wallet"></i>
158+
<a href="https://www.tiekoetter.com/donate"><%= translate(locale, "footer_donate_page") %> @ Tiekoetter.com</a>
159+
</span>
148160
<span>
149161
<i class="icon ion-ios-wallet"></i>
150-
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
162+
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %> @ Invidious.io</a>
151163
</span>
152164
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
153165
</div>

0 commit comments

Comments
 (0)