Remove flags part of page info debug thingie
This commit is contained in:
parent
5fe0139b93
commit
039efa3c23
1 changed files with 0 additions and 10 deletions
|
@ -17,16 +17,6 @@
|
|||
</tbody>
|
||||
{{ end }}
|
||||
</table>
|
||||
{{ if gt (len site.Params.flags) 0 -}}
|
||||
<h4>Flags</h4>
|
||||
<table>
|
||||
<tbody>
|
||||
{{ range $flag, $value := site.Params.flags }}
|
||||
<tr><td>{{ $flag }}</td><td>{{ $value }}</td></tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
{{- end }}
|
||||
</details>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue