Link release as source

This commit is contained in:
Johannes Randerath 2024-08-29 18:10:42 +02:00
parent 94dd26702f
commit 0f6e2e3d99
2 changed files with 4 additions and 5 deletions

View File

@ -24,6 +24,3 @@ footer {
width: 100%;
}
body {
width: 100%;
}

View File

@ -70,6 +70,8 @@
<div id="content" class="mx-3">
{% block body %}{% endblock body %}
</div>
<!-- Footer -->
<div class="container mt-auto">
<footer class="d-flex flex-wrap border-top py-3 my-4 justify-content-between align-items-center">
<p class="col-md-4 mb-0 text-body-secondary">&copy; 2024 Johannes Randerath.</p>
@ -81,7 +83,7 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link text-body-secondary px-2" href="https://gitea.randerath.eu/johannes/inventur">
<a class="nav-link text-body-secondary px-2" href="https://gitea.randerath.eu/johannes/Inventur/releases/tag/v0.1">
Source
</a>
</li>