diff --git a/templates/games.html b/templates/games.html index c6fdf78..e394fcc 100644 --- a/templates/games.html +++ b/templates/games.html @@ -12,24 +12,27 @@ {% for project in this.children %} {% set image = project.attachments.images.first() %}
-
-
- -
-
-
-

{{project.title}}

{% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} -
{{project.body}}
-
- {% if project.weblate %} - {{ _("More") }} - {% else %} - {{ _("Download") }} - {% endif %} -
-
-
+
+
+
+
+
+
+

{{project.title}}

+ {% if project.weblate %}{{ _("Translated by the Queerscriptors") }}{% endif %} + {{project.body}} +
+
+ {% if project.weblate %} + {{ _("More") }} + {% else %} + {{ _("Download") }} + {% endif %} +
+
+
+
{% endfor %}