Link to source at certain commit instead of to commit itself

This commit is contained in:
metalune 2021-01-20 17:17:33 +01:00
parent 4059b93ff7
commit 1a30b83c3b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% block content %}{% endblock %}
<footer>
<a href="https://codeberg.org/simple-web/peertube/commit/{{ commit }}">Commit: {{ commit }}</a>
<a href="https://codeberg.org/simple-web/peertube/src/commit/{{ commit }}">Commit: {{ commit }}</a>
</footer>
</body>
</html>