2013-07-04 11:32:55 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-10-26 02:18:14 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
2013-07-04 11:32:55 -04:00
|
|
|
<hr>
|
|
|
|
<footer id="footer">
|
|
|
|
<p class="pull-right"><a href="#top">Back to top</a></p>
|
|
|
|
Made by <a href="http://spf13.com">Steve Francia</a>.<br>
|
|
|
|
Code licensed under the <a href="https://github.com/spf13/hugo/blob/master/LICENSE.md">Simple Public License 2.0</a>.<br>
|
|
|
|
</footer>
|
2013-10-26 02:18:14 -04:00
|
|
|
</div>
|
|
|
|
<script src="/static/js/jquery.js"></script>
|
|
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
2014-01-28 23:29:05 -05:00
|
|
|
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
$("nav#TableOfContents a").click(function() {
|
|
|
|
$("html, body").animate({
|
|
|
|
scrollTop: $($(this).attr("href")).offset().top-25 + "px"
|
|
|
|
}, {
|
|
|
|
duration: 450,
|
|
|
|
});
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
2013-11-09 01:16:34 -05:00
|
|
|
{{ template "chrome/analytics.html" . }}
|
2014-01-28 23:29:05 -05:00
|
|
|
|
2013-07-04 11:32:55 -04:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|