Initial munge of the site.

This commit is contained in:
Parker Moore
2015-03-13 15:28:30 -07:00
parent 447dd346c1
commit 5f1624d6f5
7 changed files with 30 additions and 35 deletions
+2 -3
View File
@@ -2,13 +2,12 @@
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<h2 class="footer-heading">{{ site.data.site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
<li>{{ site.data.site.title }}</li>
</ul>
</div>
</div>