all repos — website @ a62d7278b77ee8d4115f9c784ebac7a691c7dc36

personal website hosted at prithu.xyz, built using hugo

rearrange blog structure
Prithu Goswami prithugoswami524@gmail.com
Fri, 10 Jan 2020 20:31:21 +0530
commit

a62d7278b77ee8d4115f9c784ebac7a691c7dc36

parent

5199355a95d4693ee5f78c8f22a7b9dc469d708b

2 files changed, 6 insertions(+), 6 deletions(-)

jump to
M blog.htmlblog/index.html

@@ -31,27 +31,27 @@ <div class="bcontent">

<h1>Latest Posts</h1> <div class="posts"> <div class="post-item"> - <a href="/post.html">Designing this blog from scratch</a> + <a href="./post.html">Designing this blog from scratch</a> <p class="post-date">10 Jan 2020</p> </div> <div class="post-item"> - <a href="/post.html">Using figma for quick prototype design</a> + <a href="./post.html">Using figma for quick prototype design</a> <p class="post-date">19 Dec 2019</p> </div> <div class="post-item"> - <a href="/post.html">Utilitarian design principles</a> + <a href="./post.html">Utilitarian design principles</a> <p class="post-date">1 Dec 2019</p> </div> <div class="post-item"> - <a href="/post.html">Learning x86 Assembly</a> + <a href="./post.html">Learning x86 Assembly</a> <p class="post-date">7 Nov 2019</p> </div> <div class="post-item"> - <a href="/post.html">Learning from CTFs about IT security</a> + <a href="./post.html">Learning from CTFs about IT security</a> <p class="post-date">25 Oct 2019</p> </div> <div class="post-item"> - <a href="/post.html">The web is cluttered</a> + <a href="./post.html">The web is cluttered</a> <p class="post-date">1 Jul 2019</p> </div> </div>