From c27ec0a1bd963838328c4ff88335f81e61d23d79 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 30 Jan 2023 12:25:25 +0100 Subject: [PATCH] chore: format docs template --- docs/_templates/layout.html | 38 ++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) 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() }}