rearrange blog structure
Prithu Goswami prithugoswami524@gmail.com
Fri, 10 Jan 2020 20:31:21 +0530
2 files changed,
6 insertions(+),
6 deletions(-)
M
blog.html
→
blog/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>