diff --git a/templates/main.html b/templates/main.html
index 594d742..259b1d7 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -72,7 +72,17 @@
- {{ l.title }} (Autor: Ty)
+
+
+ {{ l.title }} (Autor: Ty)
+
+
+
+
+ {{ l.title }}
+
+
{% for cat in l.category_badges %}
@@ -169,7 +179,17 @@
- {{ l.title }} (Autor: {{ l.owner.username if l.owner else '—' }})
+
+
+ {{ l.title }} (Autor: {{ l.owner.username if l.owner else '—' }})
+
+
+
+
+ {{ l.title }} (Autor: {{ l.owner.username if l.owner else '—' }})
+
+
{% for cat in l.category_badges %}