对齐 SPA 顶栏工具条与清青强调色,CSS/JS 带构建 ?v= 长缓存穿透。 Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
360 B
Cheetah
13 lines
360 B
Cheetah
{{define "base/footer"}}
|
|
<footer class="j13-footer">
|
|
<p>
|
|
{{.SiteName}}
|
|
{{if .ShowFriendLinksFooter}} · <a href="/links">友情链接</a>{{end}}
|
|
{{range .FooterPages}} · <a href="/page/{{.Slug}}">{{.Title}}</a>{{end}}
|
|
</p>
|
|
</footer>
|
|
<script src="/ssr-assets/site.js?v={{.AssetVersion}}" defer></script>
|
|
</body>
|
|
</html>
|
|
{{end}}
|