relaese notes index

This commit is contained in:
Igor Gritsenko
2018-06-08 11:33:05 +03:00
parent 17427e6836
commit c5de3ccae4
+7
View File
@@ -0,0 +1,7 @@
---
title: Release notes
---
{% assign sorted_pages = site.pages %}
{% for node in sorted_pages %}
<li><a href="{{node.url}}">{{node.title}}</a></li>
{% endfor %}