From 9e7b2dfb4c34bb076a841088ca109c7b5c3d734f Mon Sep 17 00:00:00 2001 From: Jaime Silvela Date: Thu, 21 Aug 2025 09:52:02 +0200 Subject: [PATCH 1/2] fix: emit valid HTML Signed-off-by: Jaime Silvela --- layouts/_partials/card.html | 4 ++-- layouts/_partials/footer.html | 6 +++--- layouts/_partials/hero.html | 1 + layouts/_partials/info.html | 12 ++++++------ layouts/blog/list.html | 4 ++-- layouts/paged_content/list.html | 2 +- layouts/releases/list.html | 8 ++++---- layouts/support/list.html | 2 +- 8 files changed, 20 insertions(+), 19 deletions(-) diff --git a/layouts/_partials/card.html b/layouts/_partials/card.html index f0dfca3ff..f060dbd91 100644 --- a/layouts/_partials/card.html +++ b/layouts/_partials/card.html @@ -1,4 +1,4 @@
-

{{.Title}}

-

{{ .Content }}

+

{{.Title}}

+
{{ .Content }}
\ No newline at end of file diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html index c75afaebb..04d120f44 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -62,11 +62,11 @@

Community

+ \ No newline at end of file diff --git a/layouts/_partials/info.html b/layouts/_partials/info.html index 755faf850..c31c72fc5 100644 --- a/layouts/_partials/info.html +++ b/layouts/_partials/info.html @@ -9,8 +9,8 @@ {{.context.Title}}
-

{{ .context.Title }}

-

{{ .context.Content }}

+

{{ .context.Title }}

+
{{ .context.Content }}
@@ -18,8 +18,8 @@

-

{{ .context.Title }}

-

{{ .context.Content }}

+

{{ .context.Title }}

+
{{ .context.Content }}
{{.context.Title}} @@ -32,8 +32,8 @@

{{ .context.Title }}< {{.context.Title}}

-

{{ .context.Title }}

-

{{ .context.Content }}

+

{{ .context.Title }}

+
{{ .context.Content }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 4964cdab2..4480ae53a 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -39,8 +39,8 @@
- Continue Reading + Continue Reading
diff --git a/layouts/paged_content/list.html b/layouts/paged_content/list.html index 9a7bf035b..3c933e3e5 100644 --- a/layouts/paged_content/list.html +++ b/layouts/paged_content/list.html @@ -2,7 +2,7 @@

{{.Title}}

-

{{.Content}}

+ {{.Content}} {{ range .Pages }}
diff --git a/layouts/releases/list.html b/layouts/releases/list.html index 11d9997fc..84a0547f5 100644 --- a/layouts/releases/list.html +++ b/layouts/releases/list.html @@ -18,21 +18,21 @@
{{ .Title }}
-
+
    {{ range .Params.tags }}
  • {{ . }}
  • {{ end }}
-
+
{{ .Params.summary }}
- Continue Reading + Continue Reading
diff --git a/layouts/support/list.html b/layouts/support/list.html index e9408aa8e..366ab5c86 100644 --- a/layouts/support/list.html +++ b/layouts/support/list.html @@ -2,7 +2,7 @@

{{.Title}}

-

{{.Content}}

+ {{.Content}}
    {{ range sort .Pages "Title" }}
  • {{ .Title }}
  • From fa8180a69b5a2e9f2950fdc099148f7950ff9942 Mon Sep 17 00:00:00 2001 From: Jaime Silvela Date: Wed, 15 Oct 2025 18:04:08 +0200 Subject: [PATCH 2/2] fix: bad rebase artifact Signed-off-by: Jaime Silvela --- layouts/blog/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 4480ae53a..4964cdab2 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -39,8 +39,8 @@
    - Continue Reading + Continue Reading