mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
Обновить конфигурацию Jekyll: изменить настройки сайта, добавить навигацию и страницу заметок
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user