Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 246 Bytes

File metadata and controls

13 lines (11 loc) · 246 Bytes
layout collection-index
id notes
title Notes
feed-name notes

{% assign sorted_notes = site.notes | sort: 'priority' | reverse %} {% for note in sorted_notes -%} [{{ note.title }}]({{ note.url }})

{{ note.excerpt }} {% endfor %}