diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 15:08:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 15:08:22 +0530 |
commit | f0f8897e08f7d257572b1f43e86e5d7682431da1 (patch) | |
tree | e0192164f4748f206df016c09a998a7a32e1a0fe /layouts/blog | |
parent | 5478510d1cdfe0aaf341e3b2f167e1e0e1d569a8 (diff) |
added content on blog's list.html
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> |