-
Erik Strand authoredErik Strand authored
notes.html 194 B
---
title: Notes
---
<h1>Notes</h1>
<ul>
{% for note in site.notes %}
<li>
<h2><a href="{{ note.url | real_relative_url }}">{{ note.title }}</a></h2>
</li>
{% endfor %}
</ul>