projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[wip] add Publications to index
[~bandali/bndl.org]
/
layouts
/
index.html
diff --git
a/layouts/index.html
b/layouts/index.html
index
120e05c
..
c8af38e
100644
(file)
--- a/
layouts/index.html
+++ b/
layouts/index.html
@@
-10,8
+10,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>