mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-24 00:05:47 +01:00
Updated single.html
This commit is contained in:
parent
583792e996
commit
30bee6e8e8
@ -160,25 +160,6 @@
|
||||
</table>
|
||||
{{ end }}
|
||||
|
||||
<h2>Savefiles</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Params.savefiles }}
|
||||
<tr>
|
||||
<td><a href="/savefiles/{{ $gameId }}/{{ .basename }}.zip">{{ .title }}</a></td>
|
||||
<td>{{ .description }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
{{ end }}
|
||||
|
||||
{{ if gt (len .Params.savefiles) 0 }}
|
||||
<h2>Savefiles</h2>
|
||||
<table class="table">
|
||||
|
Loading…
Reference in New Issue
Block a user