Skip to content

Instantly share code, notes, and snippets.

@1stevengrant
Created June 25, 2015 19:57
Show Gist options
  • Save 1stevengrant/2f01ce11253936680adf to your computer and use it in GitHub Desktop.
Save 1stevengrant/2f01ce11253936680adf to your computer and use it in GitHub Desktop.
{% for entry in craft.entries
.section('blog')
.limit(10)
%}
<a href="{{ entry.url }}">{{ entry.title }}</a>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment