Divent/divent/templates/footer.html.j2

33 lines
979 B
Plaintext
Raw Normal View History

2022-05-08 14:02:19 +00:00
<ul>
<li>
<a href="https://discord.com/users/133305654512320513" target="_blank">
<i class="fa fa-user-plus"></i>
2023-11-07 00:26:12 +00:00
{{ _("Add author on Discord") }}
2022-05-08 14:02:19 +00:00
</a>
</li>
<li>
2022-09-08 15:34:45 +00:00
{# djlint:off #}
2022-05-08 14:02:19 +00:00
<a href="http://www.wtfpl.net" target="_blank">
<i class="fa fa-book"></i>
{{ _('Read the licence') }}
</a>
2022-09-08 15:34:45 +00:00
{# djlint:on #}
2022-05-08 14:02:19 +00:00
</li>
<li>
<a href="https://git.crystalyx.net/Xefir/Divent" target="_blank">
<i class="fa fa-code-fork"></i>
2023-11-07 00:26:12 +00:00
{{ _("View the source code") }}
2022-05-08 14:02:19 +00:00
</a>
</li>
<li>
<a href="https://hub.docker.com/r/xefir/divent" target="_blank">
<i class="fa fa-cubes"></i>
2023-11-07 00:26:12 +00:00
{{ _("Host it yourself") }}
2022-05-08 14:02:19 +00:00
</a>
</li>
<li>
<i class="fa fa-heartbeat"></i>
2023-11-07 00:26:12 +00:00
{{ _("Next castastrophic life failure in about %days% days") | replace('%days%', days_before_failure) }}
2022-05-08 14:02:19 +00:00
</li>
</ul>