removing gh-pages branch and putting everything in master

This commit is contained in:
Tom Johnson
2015-04-20 12:10:04 -07:00
parent 8c1ccbcc57
commit f0b925337f
360 changed files with 119491 additions and 2 deletions

12
_includes/footer.html Executable file
View File

@ -0,0 +1,12 @@
{% include linkrefs.html %}
<footer>
<div class="row">
<div class="col-lg-12 footer">
{{hr_shaded}}
&copy;2015 Company Name. All rights reserved. <br />
<p>Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
<p><a href="{{ "/about_your_company/index.html" | prepend: site.baseurl }}"><img src="{{ "/images/jekyll.png" | prepend: site.baseurl }}"/></a></p>
</div>
</div>
</footer>