rms-support-letter.github.io/_layouts/signed.html

20 lines
257 B
HTML

---
layout: home
---
{{ content }}
<p>
<b>
Signed:
</b>
</p>
<ol>
{% for sign_hash in site.data.signed %}
{% assign signed = sign_hash[1] %}
<li><a href="{{ signed.link }}">
{{ signed.name }}
</a></li>
{% endfor %}
</ol>