From 2fe211c978ab658a56255703c8d36f9a8b530d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 23 Dec 2024 16:18:09 +0100 Subject: [PATCH] Remove tabs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- layouts/docs/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/docs/changelog.html b/layouts/docs/changelog.html index c76b0442..b23c8074 100644 --- a/layouts/docs/changelog.html +++ b/layouts/docs/changelog.html @@ -28,7 +28,7 @@ {{ else -}} {{ $version := lower .LinkTitle -}}
-

{{ .Title }}

+

{{ .Title }}

{{ if ne $version "unstable" -}} @@ -40,7 +40,7 @@
Checklistchecklist.md
- {{ .Content }} + {{ .Content }}
{{ end -}} {{ end }}