Files
jiang13-forum/templates/base/footer.tmpl
freefire 7bc50bfb80 feat: SSR 友链页与最小 Admin 审核
公开 /links 列表与申请/取消,导航页脚可配入口;后台品牌增删与通过/拒绝。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-29 06:30:01 +08:00

12 lines
260 B
Cheetah

{{define "base/footer"}}
<footer class="j13-footer">
<p>
{{.SiteName}}
{{if .ShowFriendLinksFooter}} · <a href="/links">友情链接</a>{{end}}
</p>
</footer>
<script src="/ssr-assets/site.js" defer></script>
</body>
</html>
{{end}}