Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carolineschnapp/68408cc939a121c20b6f to your computer and use it in GitHub Desktop.
Save carolineschnapp/68408cc939a121c20b6f to your computer and use it in GitHub Desktop.
{% assign articles = blogs.news.articles | sort: 'title' %}
{% for article in articles %}
{{ article.title }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment