Update 'layouts/post/single.html'

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

View File

@ -13,7 +13,7 @@
<i>{{ .Date.Format "Mon Jan 2, 2006" }}</i>
{{ i18n "authored_by" }}
<b>
<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>
</b>