diff --git a/templates/global.html b/templates/global.html
index 03c4eac..0699353 100644
--- a/templates/global.html
+++ b/templates/global.html
@@ -7,8 +7,21 @@
{% for post in posts if not post.hidden %}
- {{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if post.edited %}(Edited){% endif %}
- {% if logged_in == post.poster %} {% endif %}
+ {{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if post.edited %}(Edited){% endif %}
+
+ {% if logged_in|lower in post.likes %}
+
+ {% else %}
+
+ {% endif %}
+
+ {% if logged_in|lower == post.poster|lower %}
+
+ {% endif %}
+ {% if logged_in|lower == post.poster|lower %}
+
+ {% endif %}
+