Add Consul Template to the download list

This commit is contained in:
Seth Vargo 2014-10-21 16:24:00 -04:00
parent 4515f82691
commit e702810774
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,23 @@
---
layout: "downloads"
page_title: "Download Consul Template"
sidebar_current: "downloads-consul-template"
description: |-
From this page you can download Consul Template. This is distributed as a separate tarball.
---
<h1>Download Consul Web UI</h1>
<section class="downloads">
<div class="description row">
<div class="col-md-12">
<p>
From this page you can download the Consul Template. This is distributed as a separate tarball.
</p>
<p class="center">
<a aclass="btn btn-default btn-lg" href="https://github.com/hashicorp/consul-template/releases">
Download Consul Template</a>
</p>
</div>
</div>
</section>

View File

@ -9,6 +9,10 @@
<li<%= sidebar_current("downloads-ui") %>>
<a href="/downloads_web_ui.html">Download Web UI</a>
</li>
<li<%= sidebar_current("downloads-template") %>>
<a href="/downloads_consul_template.html">Download Consul Template</a>
</li>
</ul>
</div>
<% end %>