citra-emu
/
citra-web
Archived
1
0
Fork 0

Fixed savefile location, added author hyperlink to community forums.

This commit is contained in:
chris062689 2017-06-03 16:17:53 -04:00
parent fda7c46572
commit 0dfe4a2b63
1 changed files with 2 additions and 2 deletions

View File

@ -90,9 +90,9 @@
<tbody>
{{ range .Params.savefiles }}
<tr>
<th><a href="/static/savefiles/{{ $gameName }}/{{ .filename }}">{{ .title }}</a></th>
<th><a href="/savefiles/{{ $gameName }}/{{ .filename }}">{{ .title }}</a></th>
<th>{{ .description }}</th>
<th>{{ .author }}</th>
<th><a href="https://community.citra-emu.org/u/{{ .author }}/summary">{{ .author }}</a></th>
<th>{{ dateFormat "January 2, 2006" .date }}</th>
</tr>
{{ end }}