Fix summary display
Without <!--more-->
This commit is contained in:
parent
7ad089a3a9
commit
8b0c15b61c
2 changed files with 1 additions and 2 deletions
|
@ -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!
|
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...
|
**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...
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1 id="{{ .Title | urlize }}">{{ .Title | markdownify }}</h1>
|
<h1 id="{{ .Title | urlize }}">{{ .Title | markdownify }}</h1>
|
||||||
|
|
||||||
{{ .Content }}
|
{{ .Summary }}
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
|
|
Loading…
Reference in a new issue