feat: 完整内容 Limits 与伪静态 Admin
设置页可配字数/编辑窗/分页与伪静态后缀;公开帖/板/用户链接走规范路径并 301。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<ul class="j13-boards__grid">
|
||||
{{range .Items}}
|
||||
<li>
|
||||
<a class="j13-boards__card" href="/board/{{.ID}}" data-color="{{.ColorIndex}}">
|
||||
<a class="j13-boards__card" href="{{.Href}}" data-color="{{.ColorIndex}}">
|
||||
<span class="j13-boards__dot" aria-hidden="true"></span>
|
||||
<span class="j13-boards__body">
|
||||
<strong>{{.Name}}</strong>
|
||||
|
||||
Reference in New Issue
Block a user