mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-25 19:05:14 +08:00
14 lines
269 B
HTML
14 lines
269 B
HTML
|
|
<% if (group == "admin") {%>
|
|
<div class="footer" style="margin-top: 10vh;">
|
|
<hr>
|
|
<p>
|
|
<a href="/status">网站状态检测</a>
|
|
</p>
|
|
</div>
|
|
<%} else {%>
|
|
<div class="footer" style="margin-top: 10vh;">
|
|
<hr>
|
|
<p><%= site.title %></p>
|
|
</div>
|
|
<%}%> |