diff --git a/models/index.ini b/models/index.ini index 13a80c7..4c66831 100644 --- a/models/index.ini +++ b/models/index.ini @@ -14,7 +14,7 @@ translate = False [fields.body] label = Body -type = markdown +type = string translate = True [fields.join_title] diff --git a/templates/footer.html b/templates/footer.html index eb57c45..ac461a4 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,5 +1,5 @@ -
+
+ {# diff --git a/templates/index.html b/templates/index.html index cfaffe6..8ac9da9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,12 +3,12 @@ {% include 'masterhead.html' %} {% include 'joinus.html' %} -
+
{% for id, item in bag('featured').items() %} {% set image = item.path+'main.jpg' %}
-
project image
+
project image
@@ -22,5 +22,5 @@
{% endfor %}
-
+ {% endblock %} diff --git a/templates/joinus.html b/templates/joinus.html index f73811b..a6eb275 100644 --- a/templates/joinus.html +++ b/templates/joinus.html @@ -1,12 +1,12 @@ -
+
-

{{ this.join_title }}

+

{{ this.join_title }}

-
+ diff --git a/templates/layout.html b/templates/layout.html index 687a62e..e3c186c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,33 +1,33 @@ - - - + + + - - - - - + + + + + - - - - - - + + + + + + {{ this.title }} - - + + - + - + - + {% block page %}{% endblock %} diff --git a/templates/project.html b/templates/project.html index 47e076b..dee321b 100644 --- a/templates/project.html +++ b/templates/project.html @@ -22,7 +22,7 @@

{{ _("Weblate status") }}

- Translation status + Translation status
{{ _("Translate") }}