Update copyright link in footer.

The copyright link in the footer of the private layout app has been updated in this revision. Previously, it was pointing to a Github account, kor-elf. It is now pointing to the actual repository, which now resides on git.kor-elf.net. In addition to this, the full name of the owner, Leonid Nikitin (kor-elf), has been added for better transparency and clarity.
This commit is contained in:
Leonid Nikitin 2023-12-04 22:46:37 +06:00
parent 63d3c8cc6e
commit ebc2dfd944
Signed by: kor-elf
GPG Key ID: 604A019EB118CAC4

View File

@ -106,7 +106,7 @@
<footer class="bg-white shadow p-3 position-absolute start-0 end-0 bottom-0"> <footer class="bg-white shadow p-3 position-absolute start-0 end-0 bottom-0">
<div class="row"> <div class="row">
<div class="col-12 col-md-4 col-xl-6 mb-4 mb-md-0"> <div class="col-12 col-md-4 col-xl-6 mb-4 mb-md-0">
<p class="mb-0 text-center text-lg-start">Copyright © 2023-<span class="current-year"></span> <a href="https://github.com/kor-elf" target="_blank" class="text-gray-700">Kor-Elf</a></p> <p class="mb-0 text-center text-lg-start">Copyright © 2023-<span class="current-year"></span> <a href="https://git.kor-elf.net/kor-elf/" target="_blank" class="text-gray-700">Leonid Nikitin (kor-elf)</a></p>
</div> </div>
<div class="col-12 col-md-8 col-xl-6 text-center text-lg-start"> <div class="col-12 col-md-8 col-xl-6 text-center text-lg-start">
<!-- List --> <!-- List -->