Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 747 Bytes

resources.md

File metadata and controls

28 lines (25 loc) · 747 Bytes
layout title
page
Resources
{% for resource in site.resources %}
{{ resource.title }}
{{ resource.content }}
{% endfor %}
<script> var url = document.location.toString(); if(url.match('#')) $('#heading'+url.split('#')[1].substring(0, 3)).click(); </script>