Remove flags part of page info debug thingie

This commit is contained in:
Eryn Wells 2023-05-20 09:44:40 -07:00
parent 5fe0139b93
commit 039efa3c23

View file

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