Added instructions for creating navtabs. Added documentation for configuration file options. Made a few style tweaks. Moved mini-TOC to float on the right. Redid the styling for the mini-TOC bar.

This commit is contained in:
Tom Johnson
2015-05-12 21:21:29 -07:00
parent aaeeeebd85
commit d7b96aa0d2
24 changed files with 412 additions and 1429 deletions

View File

@ -1,9 +1,9 @@
<footer>
<div class="row">
<div class="col-lg-12 footer">
<a href="{{ "/copyright" | prepend: site.baseurl }}">&copy;2015 AdTruth</a>. All rights reserved. <br />
<a href="{{ "/copyright" | prepend: site.baseurl }}">&copy;2015 Your Company</a>. All rights reserved. <br />
<p>Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
<p><img src="{{ "/41stlogo.jpeg" | prepend: site.baseurl }}"/></p>
<p><img src="{{ "/images/jekyll.png" | prepend: site.baseurl }}"/></p>
</div>
</div>
</footer>