Files
ada-dmitry.github.io/_pages/notes.md
T

235 B

layout, title, permalink
layout title permalink
single Заметки /notes/
    {% assign sorted = site.notes | sort: "title" %} {% for note in sorted %}
  • {{ note.title }}
  • {% endfor %}