aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-07-23 13:46:24 -0700
committerJordan <me@jordan.im>2021-07-23 13:46:24 -0700
commita137591f04e28d387b3d76408d5e1d8238344720 (patch)
tree819bf640be1fafcd1af2f12ec65c46a54e0df330 /templates/index.html
parente0d9f4984e9b0b6aab4e9cff24a436bda9a3e317 (diff)
downloadcrane-a137591f04e28d387b3d76408d5e1d8238344720.tar.gz
crane-a137591f04e28d387b3d76408d5e1d8238344720.zip
category styling, orphaned td
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 6397671..294ecea 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -8,7 +8,9 @@
<span>{{ range $category, $paper := .Papers.List }}[<a href="#{{ $category }}">{{ $category }}</a>] {{ end }}</span>
</div>
<table class='tabs'>
- <td><a class='active' href='/admin/'>Manage</a></td>
+ <tr>
+ <td><a class='active' href='/admin/'>Manage</a></td>
+ </tr>
</table>
<div class="content">
{{ block "list" . }}{{ end }}