mirror of
https://github.com/acaloiaro/newsbox
synced 2026-07-21 10:12:26 +00:00
6 lines
173 B
HTML
6 lines
173 B
HTML
<footer class="footer mt-auto bg-dark">
|
|
<%= if (payments_enabled) { %>
|
|
<span class="text-muted"><a href="/legal/tos">Terms of Service</a></span>
|
|
<% } %>
|
|
</footer>
|
|
|