Updated single.html

This commit is contained in:
Chris 2019-10-10 19:51:26 -04:00
parent 583792e996
commit 30bee6e8e8

View File

@ -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">