Skip to content

Instantly share code, notes, and snippets.

@budparr
Created April 6, 2016 01:15
Show Gist options
  • Save budparr/db0f7791bf05f70f9486c4335ec8b148 to your computer and use it in GitHub Desktop.
Save budparr/db0f7791bf05f70f9486c4335ec8b148 to your computer and use it in GitHub Desktop.
{% for link_hash in page.links %}
{% for link in link_hash %}
<a href="{{ link[1] }}">{{ link[0] }}</a>
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment