diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index d5a1d35f3..32dbf6807 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,24 +2,28 @@ {% block document %} - {% if language is not none %} -
- -

Something wrong with the translation?

-

Help us to improve it on our translation platform

-
- {% endif %} +{% if language is not none %} +
+ +

Something wrong with the translation?

+

+ Help us to improve it on our + translation platform +

+
+{% endif %} - {% if current_version and current_version.name == "develop" %} -
-

Warning

-

This documentation only applies for the development version of - Funkwhale! Visit the docs for the latest - release.

-
- {% endif %} +{% if current_version and current_version.name == "develop" %} +
+

Warning

+

+ This documentation only applies for the development version of Funkwhale! + Visit the docs for the latest release. +

+
+{% endif %} {{ super() }}