diff --git a/content/about/contents.lr b/content/about/contents.lr index 4cb1430..3780041 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -3,10 +3,10 @@ _model: about ogpimage: /images/ogp.png --- intro: - +We are attempting to create an international community of people that want to translate, primarily indie, LGBT+ games (that's where the queer in our name comes from). --- transl: -Anybody that knows English and a second language can become a translator + --- devs: -If you are a game developer creating LGBT+ games, we can help you get your game translated + diff --git a/models/about.ini b/models/about.ini index b974007..17aa602 100644 --- a/models/about.ini +++ b/models/about.ini @@ -9,12 +9,12 @@ translate = False [fields.intro] type = markdown -translate = False +translate = True [fields.transl] type = markdown -translate = False +translate = True [fields.devs] type = markdown -translate = False +translate = True diff --git a/templates/about.html b/templates/about.html index e59ca09..463825d 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,25 +2,33 @@ {% block page %} {% include 'header.html' %} -
-

What is Queerscriptors?

-
+
+
+

What is Queerscriptors?

+
-
-
- Translators +
+
+ {{ this.intro }} +
-
-

{{ this.transl }}

-
-
-
-
- Game Developers +
+
+ Translators +
+
+ {{ this.transl }} +
-
-

{{ this.devs }}

+ +
+
+ Game Developers +
+
+ {{ this.devs }} +
{% endblock %}