Link release as source
This commit is contained in:
parent
94dd26702f
commit
0f6e2e3d99
|
|
@ -24,6 +24,3 @@ footer {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,8 +68,10 @@
|
|||
</nav>
|
||||
|
||||
<div id="content" class="mx-3">
|
||||
{% block body %}{% endblock body %}
|
||||
{% 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">© 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user