mirror of
https://gitea.com/gitea/theme.git
synced 2026-05-03 13:32:30 +08:00
Update 'layouts/post/list.html'
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="media-content">
|
||||
<a class="title is-4" href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<p class="subtitle is-6">{{ .Date.Format "Mon Jan 2, 2006" }} {{ i18n "authored_by" }}
|
||||
<a href="https://github.com/{{ .Params.author | default .Site.Params.author }}">
|
||||
<a href="https://gitea.com/{{ .Params.author | default .Site.Params.author }}">
|
||||
{{ .Params.author | default .Site.Params.author }}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user