Formatting

lab
Valentin Ochs 2019-10-07 23:48:10 +02:00
parent 0716311805
commit bb90023aea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: "/var/log"
layout: default
---
{% for post in site.logs %}
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
<h2><a href="{{ post.url }}">{{ post.title }}, {{ post.date | date: "%F" }}</a></h2>
{{ post.excerpt }}
{% endfor %}