mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2025-02-02 03:31:12 +00:00
Updated single.html
This commit is contained in:
parent
583792e996
commit
30bee6e8e8
|
@ -160,25 +160,6 @@
|
||||||
</table>
|
</table>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ if gt (len .Params.savefiles) 0 }}
|
||||||
<h2>Savefiles</h2>
|
<h2>Savefiles</h2>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
|
Loading…
Reference in a new issue