for05.github.io/index.html

14 lines
302 B
HTML
Raw Permalink Normal View History

---
layout: default
2023-11-01 14:09:50 +01:00
title: Cyril's Blog
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
2015-09-08 00:12:17 +02:00
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
2023-11-01 14:09:50 +01:00
</div>