Created
April 6, 2016 01:15
-
-
Save budparr/db0f7791bf05f70f9486c4335ec8b148 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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