home.md 1.3 KB


layout: home

title: pages.home.title

BT

{% t pages.home.lead %}

{% t pages.home.download %} {% t pages.getting_started.title %}

{% t pages.home.current_version %} v{{ site.current_version }}

{% t pages.home.sub_title %}

{% t pages.home.sub_lead %}

  <div class="col-md-4">
    {% include ads.html %}
  </div>
</div>

<hr class="half-rule">

<div class="row">
  <div class="col-md-5">
    {% tf home/feature.md %}
  </div>
  <div class="col-md-7">
    {% capture my_include %}{% include latest-release.md %}{% endcapture %}
    {{ my_include | markdownify }}
  </div>
</div>