add link to git repo to footer

This commit is contained in:
Bence Pőcze 2023-09-26 00:15:06 +02:00 committed by Gitea
parent d7338b84d3
commit aab3925697
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

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