Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 556 Bytes

index.md

File metadata and controls

29 lines (28 loc) · 556 Bytes
title index_tags
Danny Cheung
cheat sheet
docker
jekyll
python
ruby
vagrant

{% for t in page.index_tags %} {% for p in site.pages %} {% for page_tag in p.tags %} {% if page_tag == t %} {% assign page_count = page_count | plus: 1 %} {% if page_count == 1 %}

{{ t | capitalize }}

    {% endif %}
  • {{p.title}}
  • {% endif %} {% endfor %} {% endfor %} {% if page_count > 0 %}
{% endif %} {% assign page_count = 0 %} {% endfor %}