diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 020966b..0000000 --- a/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -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> |
