Update header links.

This commit is contained in:
mattbk
2017-03-10 10:26:46 -06:00
committed by GitHub
parent dff87f559e
commit 87098afa27

View File

@ -1,7 +1,5 @@
<section class="page-header"> <section class="page-header">
<h1 class="project-name">{{ site.title }}</h1> <h1 class="project-name">{{ site.title }}</h1>
<h2 class="project-tagline">{{ site.tagline }}</h2> <h2 class="project-tagline">{{ site.tagline }}</h2>
<a href="#" class="btn">View on GitHub</a> <a href="https://github.com/mattbk/greenupday.org" class="btn">View on GitHub</a>
<a href="#" class="btn">Download .zip</a>
<a href="#" class="btn">Download .tar.gz</a>
</section> </section>