first adaption to suit my needs

This commit is contained in:
Patrick Tschuchnig
2020-01-25 01:48:39 +01:00
parent a22cff5163
commit bf3b8fc115
23 changed files with 265 additions and 238 deletions

View File

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