all repos — website @ e04c111c5a5d24c2951a14a7b9f2cc61825675d1

personal website hosted at prithu.xyz, built using hugo

change post pages list content
Prithu Goswami prithugoswami524@gmail.com
Wed, 13 May 2020 21:31:35 +0530
commit

e04c111c5a5d24c2951a14a7b9f2cc61825675d1

parent

6931f7b18fc6e8ba1d02ae74dee6a0991f6e016a

2 files changed, 5 insertions(+), 3 deletions(-)

jump to
M hugo-site/content/posts/_index.mdhugo-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.htmlhugo-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">