From 87aaca7ae30e80e29825794f3e50c1f9e1f1a06c Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:04:27 +0300 Subject: [PATCH] layout fix --- templates/snippets/layout/description/normal.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/snippets/layout/description/normal.html b/templates/snippets/layout/description/normal.html index 4e76152..e182432 100644 --- a/templates/snippets/layout/description/normal.html +++ b/templates/snippets/layout/description/normal.html @@ -1,12 +1,12 @@ -
-
+
+

{{ cfg.instance.title }}

{% autoescape off %}

{{ cfg.instance.description | render_markdown }}

{% endautoescape %}
{% if len(cfg.instance.rules) > 0 %} -
+

@@ -23,4 +23,4 @@

{% endif %} -
\ No newline at end of file +