Click to Search
    {% if page.url == "/index.html" or page.url == "/" %}
  • {% else %}
  • {% endif %} {{ site.title | escape }}
  • {% for collection in site.collections %} {% if collection.output %} {% if collection.label == "posts" %} {% assign reversed_posts = site[collection.label] | reverse %} {% else %} {% assign reversed_posts = site[collection.label] %} {% endif %} {% for post in reversed_posts %} {% if page.url == post.url %}
  • {% else %}
  • {% endif %} {{ post.title | escape }} {% if site.toc.enabled %} {% if page.url == post.url %} {% include toc.html html=content h_min=site.toc.h_min h_max=site.toc.h_max %} {% endif %} {% endif %}
  • {% endfor %} {% if reversed_posts.size > 0 %}
  • {% endif %} {% endif %} {% endfor %}
  • Readme
  • Fork it Now!