mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
This uses a {% for %} loop in Jekyll to render the page, from the "title"
information in the Front Matter of the actual page files.
This also makes `make-index-md` build rule unnecessary, since generation is
done by the template engine itself.
Tested this by running Jekyll locally.
203 B
203 B
title
| 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 %}