Clean up HTML

This commit is contained in:
Justin Hawkins 2022-08-21 17:02:14 +09:30
parent 03abcc1340
commit 1301fe9545

View File

@ -1,6 +1,6 @@
<div class="grid-x grid-padding-x">
<div class="large-6 medium-12 cell">
<h5>System information</h5>
<table>
<tr><th>Memory in use</th><td>{{ meminfo }}</td></tr>
@ -8,8 +8,8 @@
<tr><th>Bookmarks</th><td>{{ .stats.MostRecentBookmarkInfo.Bookmarks }}</td></tr>
<tr><th>Words in index</th><td>{{ .stats.MostRecentBookmarkInfo.IndexedWords }}</td></tr>
<tr><th>Total searches</th><td>{{ .stats.Searches }}</td></tr>
</table>
</div>
<div class="large-6 medium-12 cell">