This commit is contained in:
2017-07-05 08:10:08 -05:00
parent 96a53b6090
commit 7162c8c34d
4 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
</tr>
</thead>
<tbody>
{{ range $i, $v, := .TemplateData.Votes }}
{{ range $i, $v, := .Site.AllVotes }}
<tr>
<td>{{ $v.Timestamp }}</td>
</tr>