3 <h1 id=
"hello">Hello there,
</h1>
5 <a href=
"/colophon#i2pangel">
6 <img class=
"picture__avatar" src=
"{{ (resources.Get "i2pangel-
83x64.png
" | fingerprint).RelPermalink }}" alt=
"i2p angel by nether" title=
"i2p angel by nether">
9 <div class=
"clear"></div>
14 <h2 id=
"publications">Publications
</h2>
15 <ul id=
"text-publications">
16 {{ range .Site.Data.publications.pub }}
19 <strong>{{ .title | markdownify }}
</strong>
20 ({{ .links | markdownify }})
22 <p class=
"pub-desc">{{ .description | markdownify }}
</p>
27 <h2 id=
"talks">Talks
& presentations
</h2>
29 {{ if gt (len (where .Pages
"Section" "talk"))
0 }}
30 {{ range first
5 (where .Pages
"Section" "talk") }}
31 <li><a href=
"{{substr .Permalink 0 -1}}">{{ .Title }}
</a></li>
38 <h2 id=
"writings">Recent writings
& essays
</h2>
40 {{ if gt (len (where .Pages
"Section" "post"))
0 }}
41 {{ range first
5 (where .Pages
"Section" "post") }}
42 <li><a href=
"{{substr .Permalink 0 -1}}" title=
"{{ dateFormat "January
2,
2006" .Date }}">{{ .Title }}
</a></li>