aurweb/templates/partials/footer.html
Kevin Morris 57bc9b6b73
fix(footer.html): update version git log link to gitlab
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-18 10:55:52 -08:00

17 lines
704 B
HTML

<div id="footer">
<p>
aurweb <a href="https://gitlab.archlinux.org/archlinux/aurweb/-/commits/{{ config.AURWEB_VERSION }}">{{ config.AURWEB_VERSION }}</a>
{% if commit_hash %}
-
{% if commit_url %}
<a href="{{ commit_url | format(commit_hash) }}">
HEAD@{{ commit_hash }}
</a>
{% else %}
HEAD@{{ commit_hash }}
{% endif %}
{% endif %}
</p>
<p>Copyright &copy; 2004-{{ now.strftime("%Y") }} aurweb Development Team.</p>
<p>{% trans %}AUR packages are user produced content. Any use of the provided files is at your own risk.{% endtrans %}</p>
</div>