From f3238454443c3f8e9fde8e50c90d425a9e5c3e17 Mon Sep 17 00:00:00 2001 From: lourenco <> Date: Mon, 1 Sep 2025 12:08:03 +0200 Subject: [PATCH] Changes to the layout to display about page correctly --- content/about/{hello-world.md => _index.md} | 0 themes/terminal/layouts/_default/list.html | 5 +++++ 2 files changed, 5 insertions(+) rename content/about/{hello-world.md => _index.md} (100%) diff --git a/content/about/hello-world.md b/content/about/_index.md similarity index 100% rename from content/about/hello-world.md rename to content/about/_index.md diff --git a/themes/terminal/layouts/_default/list.html b/themes/terminal/layouts/_default/list.html index 1379c83..7089006 100644 --- a/themes/terminal/layouts/_default/list.html +++ b/themes/terminal/layouts/_default/list.html @@ -1,4 +1,9 @@ {{ define "main" }} + {{ if eq .Section "about" }} +
+ {{ .Content }} +
+ {{ end }}
{{ range .Paginator.Pages }}