This commit is contained in:
mooleshacat 2024-10-16 03:27:00 -04:00
parent 8230c17d8d
commit 69873668f1

View File

@ -118,36 +118,48 @@
<span>
<i class="icon ion-logo-github"></i>
<% if CONFIG.modified_source_code_url %>
<a href="https://github.com/iv-org/invidious"><%= translate(locale, "footer_original_source_code") %></a>&nbsp;/
<a href="<%= CONFIG.modified_source_code_url %>"><%= translate(locale, "footer_modfied_source_code") %></a>
<a href="https://github.com/iv-org/invidious" target='_blank'><%= translate(locale, "footer_original_source_code") %></a>&nbsp;/
<a href="<%= CONFIG.modified_source_code_url %>" target='_blank'><%= translate(locale, "footer_modfied_source_code") %></a>
<% else %>
<a href="https://github.com/iv-org/invidious"><%= translate(locale, "footer_source_code") %></a>
<a href="https://github.com/iv-org/invidious" target='_blank'><%= translate(locale, "footer_source_code") %></a>
<% end %>
</span>
<span>
<i class="icon ion-ios-paper"></i>
<a href="https://github.com/iv-org/documentation"><%= translate(locale, "footer_documentation") %></a>
<a href="https://github.com/iv-org/documentation" target='_blank'><%= translate(locale, "footer_documentation") %></a>
</span>
<span>
<i class="icon ion-ios-paper"></i>
<a href="https://catspeed.cc/freetube.php" target='_blank'>FreeTube Configuration Help</a>
</span>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<span>
<a href="https://github.com/iv-org/invidious/blob/master/LICENSE"><%= translate(locale, "Released under the AGPLv3 on Github.") %></a>
<a href="https://github.com/iv-org/invidious/blob/master/LICENSE" target='_blank'><%= translate(locale, "Released under the AGPLv3 on Github.") %></a>
</span>
<span>
<i class="icon ion-logo-javascript"></i>
<a rel="jslicense" href="/licenses"><%= translate(locale, "View JavaScript license information.") %></a>
<a rel="jslicense" href="/licenses" target='_blank'><%= translate(locale, "View JavaScript license information.") %></a>
</span>
<span>
<i class="icon ion-ios-paper"></i>
<a href="/privacy"><%= translate(locale, "View privacy policy.") %></a>
<a href="/privacy" target='_blank'><%= translate(locale, "View privacy policy.") %></a>
</span>
<span>
<i class="icon ion-ios-paper"></i>
<a href="https://updown.io/cr5y" target='_blank'>Server Status</a>
</span>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<span>
<i class="icon ion-ios-wallet"></i>
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
<a href="https://catspeed.cc/donate/" target='_blank'>Donate to catspeed</a>
</span>
<span>
<i class="icon ion-ios-wallet"></i>
<a href="https://invidious.io/donate/" target='_blank'>Donate to invidious</a>
</span>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>