docspell/website/site/templates/footer.html

21 lines
823 B
HTML
Raw Normal View History

2020-07-27 20:13:22 +00:00
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<span>
2021-06-16 21:57:58 +00:00
Docspell {{ config.extra.version }}
2020-07-27 20:13:22 +00:00
</span>
<span class="ml-1 mr-1"></span>
2021-09-22 09:55:56 +00:00
<a href="https://spdx.org/licenses/AGPL-3.0-or-later.html" target="_blank">AGPLv3+</a>
2020-07-27 20:13:22 +00:00
<span class="ml-1 mr-1"></span>
<a href="https://github.com/eikek/docspell" target="_blank">
Source Code
</a>
<span class="ml-1 mr-1"></span>
<span>
2021-06-16 21:57:58 +00:00
Chat on <a href="https://gitter.im/eikek/docspell">Gitter</a>/<a href="https://app.element.io/#/room/#eikek_docspell:gitter.im">Matrix</a>
2020-07-27 20:13:22 +00:00
</span>
</div>
</div>
{# <pre> {{ __tera_context }} </pre> #}
</footer>