projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update git links
[~bandali/bndl.org]
/
layouts
/
index.html
diff --git
a/layouts/index.html
b/layouts/index.html
index
120e05c
..
80d3821
100644
(file)
--- a/
layouts/index.html
+++ b/
layouts/index.html
@@
-2,7
+2,9
@@
<h1 id="hello">Hello there,</h1>
<p>
<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 }}
</p>
<div class="clear"></div>
{{ with .Content }}
@@
-10,8
+12,16
@@
{{ end }}
<h2 id="publications">Publications</h2>
{{ 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>
</ul>
<h2 id="talks">Talks & presentations</h2>