11 lines
311 B
HTML
11 lines
311 B
HTML
{{ if not hugo.IsProduction }}
|
|
<div class="platter" id="debug-page-info">
|
|
<details open>
|
|
<summary>Debug Page Info</summary>
|
|
<table>
|
|
<tr><td>.Section</td><td>{{ .Section }}</td></tr>
|
|
<tr><td>.Type</td><td>{{ .Type }}</td></tr>
|
|
</table>
|
|
</details>
|
|
</div>
|
|
{{ end }}
|