Add some development data to the debug table

This commit is contained in:
Eryn Wells 2022-10-09 17:34:06 -07:00
parent 8be36386a9
commit 658eecfa1e

View file

@ -3,6 +3,9 @@
<details>
<summary>Debug Page Info</summary>
<table>
<tr><td>.FirstSection</td><td>{{ .FirstSection }}</td></tr>
<tr><td>.Kind</td><td>{{ .Kind }}</td></tr>
<tr><td>.Permalink</td><td>{{ .Permalink }}</td></tr>
<tr><td>.Section</td><td>{{ .Section }}</td></tr>
<tr><td>.Type</td><td>{{ .Type }}</td></tr>
</table>