2019-10-07 21:46:47 +00:00
|
|
|
---
|
|
|
|
title: "/var/log"
|
2019-10-07 21:59:10 +00:00
|
|
|
layout: default
|
2019-10-07 21:46:47 +00:00
|
|
|
---
|
|
|
|
{% for post in site.logs %}
|
2019-10-07 21:48:10 +00:00
|
|
|
<h2><a href="{{ post.url }}">{{ post.title }}, {{ post.date | date: "%F" }}</a></h2>
|
2019-10-07 21:46:47 +00:00
|
|
|
{{ post.excerpt }}
|
|
|
|
|
|
|
|
{% endfor %}
|