mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
242 B
242 B
layout, title, permalink
| layout | title | permalink |
|---|---|---|
| single | Все заметки | /notes/ |
-
{% assign sorted = site.notes | sort: "title" %}
{% for note in sorted %}
- {{ note.title }} {% endfor %}