{% for file in site.static_files %} {% if file.path contains 'html' %}
[{{ file.path }}]("https://danielcaraway.github.io/{{ file.path}}")
{% endif %} {% endfor %}