all repos — website @ d217ca33c36fd43bab37da393e4d4bc6c0e3f1cc

personal website hosted at prithu.xyz, built using hugo

add url to the blog list
Prithu Goswami prithugoswami524@gmail.com
Fri, 01 May 2020 17:10:06 +0530
commit

d217ca33c36fd43bab37da393e4d4bc6c0e3f1cc

parent

c8db8d3a84dc391bb7d12062bddddc71b6902a27

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hugo-site/layouts/blog/list.htmlhugo-site/layouts/blog/list.html

@@ -25,7 +25,7 @@ <h1>Latest Posts</h1>

<div class="posts"> {{ range .Pages }} <div class="post-item"> - <a href="./post.html">{{ .Title }}</a> + <a href="{{ .URL }}">{{ .Title }}</a> <p class="post-date">{{ .Date.Format "2 Jan 2006" }}</p> </div> {{ end }}