{% if page.homepage %}
{% if site.project.download_url %} {% capture button_text -%} {{ site.project.download_text | default: 'Download' }} {%- endcapture %} {% include masthead/button.html url=site.project.download_url icon="download" title=button_text %} {% endif %} {% for link in site.links.homepage %} {% include masthead/button.html url=link.url icon=link.icon title=link.title brand=link.brand %} {% endfor %}
{% if site.project.version %}

Latest release v{{ site.project.version }}

{% endif %} {% endif %}