add i2p angel favicon and home page icon
[~bandali/bndl.org] / layouts / index.html
index 120e05c..80d3821 100644 (file)
@@ -2,7 +2,9 @@
 
 <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 &amp; presentations</h2>