Add some development data to the debug table
This commit is contained in:
parent
8be36386a9
commit
658eecfa1e
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue