Files: 53b07c951d1fe90c8aabd75219fcb05c06368477 / archive.html
304 bytesRaw
1 | --- |
2 | layout: page |
3 | title: Arkib |
4 | --- |
5 | |
6 | <ul class="related-posts"> |
7 | {% for post in site.posts %} |
8 | <li> |
9 | <h3> |
10 | <a href="{{ site.baseurl}}{{ post.url }}"> |
11 | {{ post.title }} |
12 | <small>{{ post.date | date_to_string }}</small> |
13 | </a> |
14 | </h3> |
15 | </li> |
16 | {% endfor %} |
17 | </ul> |
Built with git-ssb-web