--- layout: default --- {% assign category = site.categories.overview %} {% for post in category reversed %} {% if forloop.first %}

{{ post.title }}

{{ post.content }}
{% endif %} {% endfor %} {% include aside.liquid %} {% if site.project_url %}

Download

Star the project on GitHub, or {% if site.GITHUB_ZIP_URL %}{% endif %}download it{% if site.GITHUB_ZIP_URL %}{% endif %}:

{% assign version = '{{ version }}' %} {{ site.project_name }} on GitHub {% if site.GITHUB_ZIP_URL %} {{ site.project_name }} v{{ site.version }} {% endif %} {% for link in site.download_links %} {{ link.text }} {% if link.subtext %}{{link.subtext | replace:version,site.version }}{% endif %} {% endfor %}

{% endif %} {% for post in category reversed %} {% unless forloop.first %}

{% if post.heading %} {{ post.heading }} {% else %} {{ post.title }} {% endif %}

{{ post.content }}
{% endunless %} {% endfor %} {% comment %} {% for section in site.sections %} {% if section.path == 'reference' %}

{{ section.name }}

{{ site.REFERENCE_LINK_TEXT }} {{ section.name }}

{% endif %} {% endfor %} {% endcomment %}