diff --git a/src/templates/catalog.html b/src/templates/catalog.html
index 4c5197d..1c03354 100644
--- a/src/templates/catalog.html
+++ b/src/templates/catalog.html
@@ -2,8 +2,9 @@
block content %}
{% for i in range(0,gamelist|length) %}
+ {% if gamelist[i].id != "31cb96a8-b061-4381-a433-dd78550d4b3c" %}
{{ gamecard(gamelist[i]) }}
-
+ {% endif %}
{% endfor %}
{% endblock %}
diff --git a/src/templates/header.html b/src/templates/header.html
index 1b77ec5..cdb239d 100644
--- a/src/templates/header.html
+++ b/src/templates/header.html
@@ -1,5 +1,4 @@
{% macro gamecard(game) %}
-{% if game.author != "mstrodl" %}

@@ -12,7 +11,6 @@
{{ game.author }}
-{% endif %}
{% endmacro %}
{% block header %}