We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b002f50 commit d5bb2d1Copy full SHA for d5bb2d1
src/templates/header.html
@@ -1,5 +1,4 @@
1
{% macro gamecard(game) %}
2
-{% if game.author != "mstrodl" %}
3
<a href="/game/{{ game.id }}">
4
<div class="game-card" style="background-image: url({{ game.bannerLink }})">
5
<img class="game-icon" src="{{ game.iconLink }}" />
@@ -12,7 +11,6 @@ <h3>{{ game.author }}</h3>
12
11
<div class="game-desc"><div>{{ game.description }}</div></div>
13
</div>
14
</a>
15
-{% endif %}
16
{% endmacro %}
17
18
{% block header %}
0 commit comments