You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
rms-support-letter.github.io/_layouts/signed.html

20 lines
257 B

---
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>