add writeups section on main page
Prithu Goswami prithugoswami524@gmail.com
Wed, 06 May 2020 22:04:33 +0530
1 files changed,
23 insertions(+),
0 deletions(-)
jump to
M
hugo-site/layouts/index.html
→
hugo-site/layouts/index.html
@@ -123,6 +123,29 @@ </div>
</div> </section> + <section id=projects> + <div class=container> + <h1>I also write about stuff</h1> + <div class="shadow-box"> + <div class="project-text"> + {{ range sort (where .Site.RegularPages "Section" "posts") "Date" }} + <div class="project-item"> + <h2>- {{ .Title }}</h2> + <p>{{ .Kind }}, {{ .Section }}<p> + </div> + {{ end }} + </div> + <!-- <div class=btn id=project-cta>View All</div> --> + </div> + </div> + </section> + + <section id=write> + <div class=container> + + </div> + </section> + </body> </html>