Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rentes/30e5e7244485c0a85c2b to your computer and use it in GitHub Desktop.
Save rentes/30e5e7244485c0a85c2b to your computer and use it in GitHub Desktop.
<div class="categories">
Read more about
{% for category in page.categories %}
{% if forloop.last %}
<a href="{{site.url}}/categories/{{category}}">{{category}}</a>
{% else %}
<a href="{{site.url}}/categories/{{category}}">{{category}}</a>,
{% endif %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment