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:
@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user