systemd/docs/index.md
2019-02-20 21:24:33 -03:00

12 lines
203 B
Markdown

---
title: systemd Documentation
---
# systemd Documentation
{% for p in site.pages %}
{% if p.url != page.url and p.title %}
* [{{ p.title }}]({{ p.url | relative_url }})
{% endif %}
{% endfor %}