File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22block content %}
33< div class ="card-wrapper ">
44 {% for i in range(0,gamelist|length) %}
5+ {% if gamelist[i].id != "31cb96a8-b061-4381-a433-dd78550d4b3c" %}
56 {{ gamecard(gamelist[i]) }}
6-
7+ {% endif %}
78 {% endfor %}
89</ div >
910{% endblock %}
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments