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>