diff --git a/assets/views/user.jet.html b/assets/views/user.jet.html
index 9a74d07..0fad1ff 100644
--- a/assets/views/user.jet.html
+++ b/assets/views/user.jet.html
@@ -128,132 +128,159 @@
{{- if .Category.Value == "" || .Category.Value == "artworks" }}
-
- {* NOTE: this
breaks consistency, but the page for the home category looks weird without it *}
-
+ {* variable to track whether an
has been rendered *}
+ {{ hrRendered := "false" }}
+
+ {*
+
+
+
Works{{ .User.WorkCounts.All }}
+
+ *}
{{ if len(.User.Illustrations) != 0 }}
- Illustrations{{ .User.WorkCounts.Illustrations }}
-
-
- {{- include "fragments/small-tn" .User.Illustrations }}
-
+ Illustrations{{ .User.WorkCounts.Illustrations }}
+
+
+
+
+ {{- include "fragments/small-tn" .User.Illustrations }}
+
+
+ {* TODO: use a better check than this *}
+ {{ if len(.User.Illustrations) > 29 }}
+
+ {{- end }}
- {* TODO: use a better check than this *}
- {{ if len(.User.Illustrations) > 29 }}
-
- {{- end }}
{{- end }}
{{ if len(.User.Manga) != 0 }}
-
- Manga{{ .User.WorkCounts.Manga }}
-
- {{- if len(.User.MangaSeries) != 0 }}
-