3 <h1 id=
"hello">Hello there,
</h1>
5 <img class=
"picture__avatar" src=
"https://emacsel.com/img/aminb.jpg" alt=
"Amin Bandali">
7 <div class=
"clear"></div>
12 <h2 id=
"publications">Publications
</h2>
17 <h2 id=
"talks">Talks
& presentations
</h2>
19 {{ if gt (len (where .Pages
"Section" "talk"))
0 }}
20 {{ range first
5 (where .Pages
"Section" "talk") }}
21 <li><a href=
"{{substr .Permalink 0 -1}}">{{ .Title }}
</a></li>
28 <h2 id=
"writings">Recent writings
& essays
</h2>
30 {{ if gt (len (where .Pages
"Section" "post"))
0 }}
31 {{ range first
5 (where .Pages
"Section" "post") }}
32 <li><a href=
"{{substr .Permalink 0 -1}}" title=
"{{ dateFormat "January
2,
2006" .Date }}">{{ .Title }}
</a></li>