10 lines
188 B
Markdown
10 lines
188 B
Markdown
---
|
|
title: "/var/log"
|
|
layout: default
|
|
---
|
|
{% for post in site.logs %}
|
|
<h2><a href="{{ post.url }}">{{ post.title }}, {{ post.date | date: "%F" }}</a></h2>
|
|
{{ post.excerpt }}
|
|
|
|
{% endfor %}
|