remove id column from signature table

lektura
max.mehl 2017-03-24 02:38:16 +01:00
parent 509257b43a
commit b5a2fc9941
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<table class="signatures">
<tbody>
<tr>
<th>{{ .Site.Params.Subpage.Signatures.id }}</th>
<th>{{ .Site.Params.Subpage.Signatures.name }}</th>
<th>{{ .Site.Params.Subpage.Signatures.country }}</th>
<th>{{ .Site.Params.Subpage.Signatures.zip }}</th>
@ -17,7 +16,6 @@
{{ range sort . "id" "desc" }}
{{ if (eq .confirmed "yes") | and (eq .permPub "yes") }}
<tr>
<td>{{ .id }}</td>
<td>{{ .name }}</td>
<td>{{ .country }}</td>
<td>{{ .zip }}</td>