Skip to content

Instantly share code, notes, and snippets.

@DarrylDias
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save DarrylDias/67b1db287c6a86cf3193 to your computer and use it in GitHub Desktop.

Select an option

Save DarrylDias/67b1db287c6a86cf3193 to your computer and use it in GitHub Desktop.
{% for page in site.pages %}
{% if page.layout == 'custom-page '%}
{{ page.title }}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment