feat: NAV 添加投稿入口,笔图标+投稿

- nav.html: 帖子后添加笔图标+投稿链接(仅登录可见),跳转 /studio/write
- posts/index.html: 移除独立的撰写帖子按钮
- common.css: 添加 .nav-contribute 样式,inline-flex + vertical-align: middle + line-height: 1
This commit is contained in:
2026-05-31 15:53:30 +08:00
parent 3f4a079c78
commit a3f787ddaf
3 changed files with 25 additions and 3 deletions

View File

@ -6,9 +6,6 @@
<div class="container posts-container">
<div class="posts-header">
<h1>社区帖子</h1>
{{if .IsLoggedIn}}
<a href="/studio/write" class="btn btn-primary">撰写帖子</a>
{{end}}
</div>
{{if .Error}}