more template
This commit is contained in:
parent
542886f118
commit
b4e3d29557
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<a id="gotop" class="gotop" href="#top"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="ftsections">
|
<div class="ftsections">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<a class="button registerbutton" href="/register">Register!</a>
|
<a class="button registerbutton" href="/register">Register!</a>
|
||||||
<a class="button loginbutton" href="/login">Login</a>
|
<a class="button loginbutton" href="/login">Login</a>
|
||||||
<div class="head">Stats</div>
|
<div class="head">Stats</div>
|
||||||
We have <b>109 users</b>,
|
We have <b>{{ frontpage.stats.usercount }}</b>,
|
||||||
<b><a href="/u/{{ frontpage.stats.latestid }}" class="default">{{ frontpage.stats.latestname }}</a></b> is the newest user,
|
<b><a href="/u/{{ frontpage.stats.latestid }}" class="default">{{ frontpage.stats.latestname }}</a></b> is the newest user,
|
||||||
it has been <b>{{ frontpage.stats.lastsignup }}</b> since the last user registered and
|
it has been <b>{{ frontpage.stats.lastsignup }}</b> since the last user registered and
|
||||||
there are <b>{{ frontpage.stats.usersinchat }}</b> in chat right now.
|
there are <b>{{ frontpage.stats.usersinchat }}</b> in chat right now.
|
||||||
|
|
Reference in a new issue