Skip to content

Commit d5bb2d1

Browse files
committed
I'd like to be able to delete my games, thanks
:(
1 parent b002f50 commit d5bb2d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/templates/header.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% macro gamecard(game) %}
2-
{% if game.author != "mstrodl" %}
32
<a href="/game/{{ game.id }}">
43
<div class="game-card" style="background-image: url({{ game.bannerLink }})">
54
<img class="game-icon" src="{{ game.iconLink }}" />
@@ -12,7 +11,6 @@ <h3>{{ game.author }}</h3>
1211
<div class="game-desc"><div>{{ game.description }}</div></div>
1312
</div>
1413
</a>
15-
{% endif %}
1614
{% endmacro %}
1715

1816
{% block header %}

0 commit comments

Comments
 (0)