From b28bc232e7ed566b9bbec445c95b71517716281e Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 19 Nov 2022 18:07:03 +0000 Subject: [PATCH] Use shortbody for ogpdesc like things --- models/games.ini | 2 +- templates/games.html | 4 ++-- templates/project.html | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/models/games.ini b/models/games.ini index 7421d51..d92e11c 100644 --- a/models/games.ini +++ b/models/games.ini @@ -9,4 +9,4 @@ translate = False [children] model = project -order_by = sort_key +order_by = title diff --git a/templates/games.html b/templates/games.html index e91893e..4fcbed1 100644 --- a/templates/games.html +++ b/templates/games.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block ogpdesc %}{{ _("A list of queer games") }}{% endblock %} {% block ogptitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} -{% block twitterdesc %}{{ _("A list of queer games") }}% endblock %} +{% block twitterdesc %}{{ _("A list of queer games") }} {% endblock %} {% block twittertitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} {% block page %} {% include 'header.html' %} @@ -16,7 +16,7 @@

{{project.title}}

-

{{project.shortbody}}

+

{{project.body}}

diff --git a/templates/project.html b/templates/project.html index 66b315f..ea3ceba 100644 --- a/templates/project.html +++ b/templates/project.html @@ -13,7 +13,6 @@

{{ _("Game Description") }}

-

{{this.shortbody}}

{{this.body}}