change post pages list content
Prithu Goswami prithugoswami524@gmail.com
Wed, 13 May 2020 21:31:35 +0530
2 files changed,
5 insertions(+),
3 deletions(-)
M
hugo-site/content/posts/_index.md
→
hugo-site/content/posts/_index.md
@@ -1,2 +1,4 @@
- -Hello there _index +--- +title: "Latest Posts" +description: "My posts about various topics from computer science, infosec, design, etc." +---
M
hugo-site/layouts/posts/list.html
→
hugo-site/layouts/posts/list.html
@@ -3,7 +3,7 @@ <body>
{{ partial "nav.html" }} <div class="bcontainer"> <div class="bcontent" id=blist> - <h1>Latest Posts</h1> + <h1>{{.Title}}</h1> <div class="posts"> {{ range .Pages }} <div class="post-item">