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

13 lines
235 B
Markdown

---
layout: single
title: Заметки
permalink: /notes/
---
<ul>
{% assign sorted = site.notes | sort: "title" %}
{% for note in sorted %}
<li><a href="{{ note.url | relative_url }}">{{ note.title }}</a></li>
{% endfor %}
</ul>