address comments

This commit is contained in:
CaptV0rt3x 2020-11-01 03:04:14 +05:30
parent b3470b79dd
commit 8db001158a

View file

@ -16,19 +16,18 @@
</div> </div>
{{ else if $author }} {{ else if $author }}
<div> <div>
<span class="h3 px-md py-sm "> <span class="h3 px-md py-sm">
Written by <a href="https://community.citra-emu.org/users/{{ $author.key }}">{{ $author.name }}</a> Written by <a href="https://community.citra-emu.org/users/{{ $author.key }}">{{ $author.name }}</a>
on {{ .Date.Format $.Site.Params.fmt.Date }} on {{ .Date.Format $.Site.Params.fmt.Date }}
</span> </span>
</div> </div>
{{ else }} {{ else }}
<div> <div>
<span class="h3 px-md py-sm "> <span class="h3 px-md py-sm">
Written on {{ .Date.Format $.Site.Params.fmt.Date }} Written on {{ .Date.Format $.Site.Params.fmt.Date }}
</span> </span>
</div> </div>
{{ end }} {{ end }}
</div>
</div> </div>
{{ end }} {{ end }}