Fixed machine includes

This commit is contained in:
Jeff Parsons 2015-12-08 23:20:03 -08:00
commit d6bc490fe6
6 changed files with 32 additions and 10 deletions

View file

@ -2,8 +2,6 @@
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
@ -46,7 +44,10 @@
</div>
<div class="footer-col footer-col-3">
<p class="text">{{ site.description }}</p>
<p class="text">
<span style="float:right"><a href="http://pcjs.net">pcjs.net</a> website © 2012-2015 by <a href="http://twitter.com/jeffpar">@jeffpar</a></span><br/>
<span style="float:right">PCjs and C1Pjs released under <a href="http://gnu.org/licenses/gpl.html">GPL version 3 or later</a></span>
</p>
</div>
</div>