diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-02 22:01:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-02 22:01:12 +0530 |
commit | 67c4c48c8f7b1dfa0481c2bf27aa4efa68df144a (patch) | |
tree | 5145d79bcf6a106a69225d8af0508ed3ff678d6a /layouts | |
parent | 990edd18be607ce1656b3e67225557ccd0b27389 (diff) |
removed description from /lists page and moved it to the hugo site
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/lists/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/lists/list.html b/layouts/lists/list.html index e2bc2e0..6b5301f 100644 --- a/layouts/lists/list.html +++ b/layouts/lists/list.html @@ -1,7 +1,7 @@ {{ define "main" }} <div class="list"> <h1>{{ if .Params.heading }}{{ .Params.heading }}{{ else }}{{ .Title }}{{ end }}</h1> - <p>These are random lists of stuff by me. These include some recommendations or things I use, maybe some plans as a "public to-do list", etc</p> + {{ .Content }} <ul> {{ range .Pages.ByTitle }} <li> |