Commit | Line | Data |
---|---|---|
8c1ba2f2 | 1 | dnl -*- html -*- |
29f0d7b9 | 2 | define(__title, `publications')dnl |
8c1ba2f2 AB |
3 | define(__slug, `publications')dnl |
4 | include(header.html)dnl | |
5 | ||
842b89b2 | 6 | <article id="publications"> |
29f0d7b9 | 7 | <h1>__title</h1> |
8c1ba2f2 | 8 | |
842b89b2 | 9 | include(static/publications-partial.html) |
8c1ba2f2 AB |
10 | |
11 | <p class="muted bibtex2html"><em>bibliography generated using | |
12 | <a href="//www.lri.fr/~filliatr/bibtex2html/">bibtex2html</a></em></p> | |
13 | </article> | |
14 | ||
15 | include(footer.html)dnl |