Files: 2b49689acd88567b706f1e9ee1aac263809c17b9 / _layouts / author.html
205 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | |
5 | <h1>{{ content }}</h1> |
6 | |
7 | <ul> |
8 | {% for p in site.posts do %} |
9 | {% if p.author == page.author %} |
10 | <li><a href="{{ p.url }}">{{ p.title }}</a></li> |
11 | {% endif %} |
12 | {% endfor %} |
13 | </ul> |
14 | |
15 |
Built with git-ssb-web