{% if page.url == "/index.html" or page.url == "/" %}
  • {% else %}
  • {% endif %} {{ site.title | escape }}
  • Search
  • {% assign reversed_posts = site.posts | reverse %} {% 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 %}
  • Fork it Now! JavaScript license information