Website/logs.md

11 lines
225 B
Markdown
Raw Normal View History

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
---
2020-01-15 12:31:45 +00:00
{% assign posts = site.logs | reverse %}
2020-01-15 12:25:57 +00:00
{% for post in posts %}
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 %}