浏览器登录改为 DB sessions(可吊销);敏感词与 OIDC PEM 入 settings; 落地安装向导、注册发帖与 /admin 仪表盘/板块/审核/设置。 Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
371 B
Cheetah
13 lines
371 B
Cheetah
{{define "base/head"}}
|
|
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>{{.Title}}</title>
|
|
{{if .Description}}<meta name="description" content="{{.Description}}"/>{{end}}
|
|
<link rel="stylesheet" href="/ssr-assets/site.css"/>
|
|
</head>
|
|
<body class="j13-body">
|
|
{{end}}
|