Remove tabs

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-12-23 16:18:09 +01:00
parent 3e14d8d190
commit 2fe211c978
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -28,7 +28,7 @@
{{ else -}}
{{ $version := lower .LinkTitle -}}
<div class="td-content">
<h1>{{ .Title }}</h1>
<h1>{{ .Title }}</h1>
<table class="release-info">
{{ if ne $version "unstable" -}}
@ -40,7 +40,7 @@
<tr><th>Checklist</th><td><a href="{{ $checklist.RelPermalink }}">checklist.md</a></td>
</table>
{{ .Content }}
{{ .Content }}
</div>
{{ end -}}
{{ end }}