Skip to content

Instantly share code, notes, and snippets.

@livid
Created May 10, 2014 11:29
Show Gist options
  • Save livid/d0df712b8e508a5b5930 to your computer and use it in GitHub Desktop.
Save livid/d0df712b8e508a5b5930 to your computer and use it in GitHub Desktop.
A fix for Jekyll 2 default template on Chrome
<div class="trigger">
{% for page in site.pages %}
{% if page.title %}
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment