From 8b0c15b61c0b05e280072365a7850c6f21c48a24 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Thu, 1 Aug 2024 07:12:04 +0100 Subject: [PATCH] Fix summary display Without --- content/post/hello-world/index.md | 1 - themes/risotto/layouts/_default/list.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/post/hello-world/index.md b/content/post/hello-world/index.md index d151dc9..8d21bff 100644 --- a/content/post/hello-world/index.md +++ b/content/post/hello-world/index.md @@ -6,7 +6,6 @@ draft = false +++ Hello, world! This is my first testing post to see if this system will work. Nothing to see here! - **But,** whilst I'm here, I might as well do some describing of what this site is and where I will be taking it. Exciting stuff... diff --git a/themes/risotto/layouts/_default/list.html b/themes/risotto/layouts/_default/list.html index 6966c31..48906ef 100644 --- a/themes/risotto/layouts/_default/list.html +++ b/themes/risotto/layouts/_default/list.html @@ -1,7 +1,7 @@ {{ define "main" }}

{{ .Title | markdownify }}

- {{ .Content }} + {{ .Summary }}