This commit is contained in:
Patrick Tschuchnig
2020-01-26 01:56:47 +01:00
parent a010027db2
commit 34b4159de1
6 changed files with 9 additions and 0 deletions

8
blog/index.html Normal file
View File

@@ -0,0 +1,8 @@
---
title: ~/blog
layout: page-screen
---
{% for post in site.posts %}
{{post.date | date: '%Y-%m-%d' }} <a href="{{site.baseurl}}/{{post.url}}"> {{post.title | replace:' ','_'}}.txt</a>
{%endfor%}