add link to git repo to footer

This commit is contained in:
Bence Pőcze 2023-09-26 00:15:06 +02:00
parent 7be04f128a
commit bda85a147c
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -29,6 +29,6 @@
</main>
<footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; The MapGuesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
--><p>&copy; The <a href="https://git.esoko.eu/esoko/mapguesser" target="_blank">MapGuesser</a> Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection