mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2025-09-07 23:26:54 +00:00
typo
This commit is contained in:
parent
8db001158a
commit
1c47be24a3
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{ if and $author $coauthor }}
|
{{ if and $author $coauthor }}
|
||||||
<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>
|
||||||
and <a href="https://community.citra-emu.org/users/{{ $coauthor.key }}">{{ $coauthor.name }}</a>
|
and <a href="https://community.citra-emu.org/users/{{ $coauthor.key }}">{{ $coauthor.name }}</a>
|
||||||
on {{ .Date.Format $.Site.Params.fmt.Date }}
|
on {{ .Date.Format $.Site.Params.fmt.Date }}
|
||||||
|
|
Loading…
Reference in a new issue