Website/logs.md

10 lines
158 B
Markdown

---
title: "/var/log"
layout: default
---
{% for post in site.logs %}
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
{% endfor %}