portal/index.html
Patrick Tschuchnig f5da2e4776 testing a screen
2020-01-25 13:03:42 +01:00

9 lines
203 B
HTML

---
title: ~/doc/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%}