windows-95.github.io/index.html

8 lines
219 B
HTML

---
layout: default
---
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}" title="{{ post.title }}"><img src="/assets/img/file.ico" title="{{ post.title }}" />{{ post.title }}</a></li>
{% endfor %}
</ul>