From ca0f22638fcddcf249e9e6dab9990672bb733b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Thu, 27 Feb 2025 15:27:55 +0100 Subject: [PATCH] [ALL] fix base info --- template/base.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/base.rst.j2 b/template/base.rst.j2 index 6822a35..19cd11c 100644 --- a/template/base.rst.j2 +++ b/template/base.rst.j2 @@ -2,6 +2,6 @@ {{ hostname.replace("\n", "") }} {{ "=" * (hostname|length) }} -:os: {{ os["NAME"] }} +.. os: {{ os["NAME"] }} :version: {{ os["VERSION"] }}