remove id column from signature table
parent
509257b43a
commit
b5a2fc9941
|
@ -8,7 +8,6 @@
|
||||||
<table class="signatures">
|
<table class="signatures">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ .Site.Params.Subpage.Signatures.id }}</th>
|
|
||||||
<th>{{ .Site.Params.Subpage.Signatures.name }}</th>
|
<th>{{ .Site.Params.Subpage.Signatures.name }}</th>
|
||||||
<th>{{ .Site.Params.Subpage.Signatures.country }}</th>
|
<th>{{ .Site.Params.Subpage.Signatures.country }}</th>
|
||||||
<th>{{ .Site.Params.Subpage.Signatures.zip }}</th>
|
<th>{{ .Site.Params.Subpage.Signatures.zip }}</th>
|
||||||
|
@ -17,7 +16,6 @@
|
||||||
{{ range sort . "id" "desc" }}
|
{{ range sort . "id" "desc" }}
|
||||||
{{ if (eq .confirmed "yes") | and (eq .permPub "yes") }}
|
{{ if (eq .confirmed "yes") | and (eq .permPub "yes") }}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ .id }}</td>
|
|
||||||
<td>{{ .name }}</td>
|
<td>{{ .name }}</td>
|
||||||
<td>{{ .country }}</td>
|
<td>{{ .country }}</td>
|
||||||
<td>{{ .zip }}</td>
|
<td>{{ .zip }}</td>
|
||||||
|
|
Loading…
Reference in New Issue