fix: footer url

This commit is contained in:
Baoshuo Ren 2022-09-24 11:29:05 +08:00
parent e334a2ad8a
commit 32859d67f3
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -10,8 +10,8 @@
<div class="container d-lg-flex justify-content-lg-between"> <div class="container d-lg-flex justify-content-lg-between">
<p> <p>
&copy; <?= date('Y') ?> &copy; <?= date('Y') ?>
<a class="text-decoration-none" href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>">S2OJ</a> <a class="text-decoration-none" href="<?= HTML::url('/') ?>">S2OJ</a>
(build: <?= UOJConfig::$data['profile']['s2oj-version'] ?>) (build: <a class="text-decoration-none" href="https://github.com/renbaoshuo/S2OJ<?= UOJConfig::$data['profile']['s2oj-version'] == "dev" ? '' : '/tree/' . UOJConfig::$data['profile']['s2oj-version'] ?>"><?= UOJConfig::$data['profile']['s2oj-version'] ?></a>)
<?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?> <?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?>
</p> </p>
<p> <p>