From b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 15 Aug 2026 08:38:43 -0700 Subject: Fix html formatting ...finally --- templates/pkg-index.html.template | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'templates/pkg-index.html.template') diff --git a/templates/pkg-index.html.template b/templates/pkg-index.html.template index d8cd12e..fc88ed4 100644 --- a/templates/pkg-index.html.template +++ b/templates/pkg-index.html.template @@ -1,12 +1,14 @@ -{{define "head"}} - Packages -{{end}} +{{define "head" -}} + Packages +{{- end}} -
-

Package index

- -
+{{define "body" -}} +
+

Package index

+ +
+{{- end}} -- cgit v1.3.1