mirror of
https://github.com/icons8/lunacy-docs.git
synced 2026-09-25 17:00:59 -04:00
relaese notes index
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user