X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=templates%2Findex.html;h=e3d1bad1e823c1cc35c9c0fab3893d7799605480;hb=4cfc1bb07644043d1e223178a98ea47f6a61d338;hp=16adecc2a9127fda861e405ce655b348eccc9ec7;hpb=e59274f6a108ec57931014e8fcb1319c63fa1f2d;p=motion.git diff --git a/templates/index.html b/templates/index.html index 16adecc..e3d1bad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,10 +2,12 @@ {% block body %}
{%- if categories|length != 0 %} +
+
- + {%- if categories|length == 1 %} @@ -23,26 +25,26 @@
-
- Editing note: Markdown is used formatting.
- To add a line break add two lines, to enter a link use [text](https://domain.tld/link)
- +
+ {{_('Editing note: Markdown is used formatting.')}}
+ {{_('To add a line break add two lines, to enter a link use [text](https//domain.tld/link)')}}
+
{%- endif %} {%- if prev %} {%- if prev == -1 %} -Prev +{{_('Prev')}} {%- else %} -Prev +{{_('Prev')}} {%- endif %} {%- endif %} {%- for motion in motions %} {% include 'motion.html' %} {%- endfor %} {%- if more %} -Next +{{_('Next')}} {%- endif %}
{%- endblock %}