Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created June 18, 2013 16:45
Show Gist options
  • Select an option

  • Save rdallaire/5807084 to your computer and use it in GitHub Desktop.

Select an option

Save rdallaire/5807084 to your computer and use it in GitHub Desktop.
test
<!-- DYNAMIC NAV! -->
<!--
<ul>
{% for page in pages %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment