<!–

pages/about.html.liquid

This template is a custom page. It has all the same liquid functionality of
the other templates but you can create as many of them as you want. They're
great for things like "about us", "terms & conditions" or "privacy policy".

The contents of this template are rendered where `content_for_layout` is
called within layouts/subdomain.html.liquid. See http://developer.rusic.com/
for more details.

–> <div class=“inner cover”>

<h1 class="cover-heading">About us</h1>
<p class="lead">
  Find out more about us on this page.
</p>
<p class="lead">
  <a href="{{ space.permalink }}" class="btn btn-lg btn-default">Back to the ideas</a>
</p>

</div>