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

View file

@ -18,7 +18,7 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
<footer> <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> </footer>
</body> </body>
</html> </html>