Update 'layouts/post/list.html'

This commit is contained in:
techknowlogick 2022-04-21 05:00:20 +08:00
parent 6af86fd332
commit 540181e87c
1 changed files with 1 additions and 1 deletions

View File

@ -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>