diff options
Diffstat (limited to 'layouts/blog')
-rw-r--r-- | layouts/blog/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 60d7a2f..1aa589a 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,6 +1,7 @@ {{ define "main" }} <div class="list"> <h1>{{ if .Params.heading }}{{ .Params.heading }}{{ else }}{{ .Title }}{{ end }}</h1> + {{ .Content }} {{ range .Sections.ByDate.Reverse }} <h2 class="section" id="{{ .Title }}">{{ .Title }}:</h2> <ul> |