feat: adjusted footer

This commit is contained in:
Begerad, Stefan 2021-10-26 19:55:39 -04:00
parent 090cdac319
commit 9117398bfe
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
<footer>
<div class="row g-0">
<div class="col-md-6">
<p>Copyright &copy; 2021 {{site.organization.name}}
({{ site.organization.short }})
<p>Copyright &copy; 2021
<a href="{{ site.organization.url }}" target="_blank"
>{{site.organization.name}} ({{ site.organization.short }})
</a>
</p>
</div>
</div>