<h1 id="hello">Hello there,</h1>
<p>
- <img class="picture__avatar" src="https://emacsel.com/img/aminb.jpg" alt="Amin Bandali">
+ <a href="/colophon#i2pangel">
+ <img class="picture__avatar" src="{{ (resources.Get "i2pangel-83x64.png" | fingerprint).RelPermalink }}" alt="i2p angel by nether" title="i2p angel by nether">
+ </a>
</p>
<div class="clear"></div>
{{ with .Content }}
{{ end }}
<h2 id="publications">Publications</h2>
-<ul>
- <li>TODO</li>
+<ul id="text-publications">
+ {{ range .Site.Data.publications.pub }}
+ <li>
+ <p>
+ <strong>{{ .title | markdownify }}</strong>
+ ({{ .links | markdownify }})
+ </p>
+ <p class="pub-desc">{{ .description | markdownify }}</p>
+ </li>
+ {{ end }}
</ul>
<h2 id="talks">Talks & presentations</h2>