Updated papers section
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{{define "title"}}
|
||||
Atridad Lahiji // Publications
|
||||
Atridad Lahiji // Papers
|
||||
{{end}}
|
||||
|
||||
{{define "headercontent"}}
|
||||
Atridad Lahiji // Publications
|
||||
Atridad Lahiji // Papers
|
||||
{{end}}
|
||||
|
||||
{{define "head"}}
|
||||
@ -12,15 +12,15 @@ Atridad Lahiji // Publications
|
||||
|
||||
{{define "main"}}
|
||||
|
||||
{{if .Pubs}}
|
||||
{{if .Papers}}
|
||||
<section class="flex flex-row flex-wrap gap-2 justify-center align-middle">
|
||||
{{range .Pubs}}
|
||||
{{range .Papers}}
|
||||
{{template "cardlinks" .}}
|
||||
{{end}}
|
||||
</section>
|
||||
{{end}}
|
||||
|
||||
{{if not .Pubs}}
|
||||
{{if not .Papers}}
|
||||
<section class="flex flex-row flex-wrap gap-2 justify-center align-middle">
|
||||
<h2 class="text-2xl font-extrabold tracking-tight text-white sm:text-[2rem]">
|
||||
Nothing to see here (yet)!
|
@ -6,7 +6,7 @@
|
||||
<a class="no-underline" href="/projects"> Projects </a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="no-underline" href="/pubs"> Publications </a>
|
||||
<a class="no-underline" href="/papers"> Papers </a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="no-underline" href="/talks"> Talks </a>
|
||||
|
Reference in New Issue
Block a user