blob: 020966b8e8b76c77a22b51554de245cffe834aa0 (
plain) (
tree)
|
|
---
title: archives
layout: default
---
<p style="font-size: 36px; line-height:46px; font-weight: bold;">
Hi! My name is <a href="/about/">Franck Cuny</a> and this is my personal space, welcome!
</p>
<ul class="articles">
{% for post in site.posts reverse %}
<li class="article">
<div class="article-date">{{post.date | date: "%Y.%m.%d"}}</div>
<a href="{{ root_url }}{{ post.url}}">{{post.title}}</a>
</li>
{% endfor %}
</ul>
|