feat: SSR 三栏右栏热门帖与 aside widgets

EOF

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 15:19:32 +08:00
parent f76d3e3bf8
commit 959a2c3a2e
12 changed files with 386 additions and 35 deletions

View File

@@ -54,6 +54,7 @@ func funcMap() template.FuncMap {
"postURL": func(id uint) string {
return fmt.Sprintf("/post/%d", id)
},
"queryEscape": url.QueryEscape,
}
}