1
0
Fork 0

Fix summary display

Without <!--more-->
This commit is contained in:
Ethan Marshall 2024-08-01 07:12:04 +01:00
parent 7ad089a3a9
commit 8b0c15b61c
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8
2 changed files with 1 additions and 2 deletions

View file

@ -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!
<!--more-->
**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...

View file

@ -1,7 +1,7 @@
{{ define "main" }}
<h1 id="{{ .Title | urlize }}">{{ .Title | markdownify }}</h1>
{{ .Content }}
{{ .Summary }}
<ul>
{{ range .Pages }}