Update docs

This commit is contained in:
Michael Rose
2016-04-13 17:10:01 -04:00
parent 12a0489256
commit 03dac00db9
24 changed files with 164 additions and 61 deletions

View File

@ -4,28 +4,28 @@ layout: compress
{% include base_path %}
<!DOCTYPE html>
<!doctype html>
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
<head>
{% include head.html %}
{% include head/custom.html %}
{% include head.html %}
{% include head/custom.html %}
</head>
<body>
{% include browser-upgrade.html %}
{% include masthead.html %}
{% include browser-upgrade.html %}
{% include masthead.html %}
{{ content }}
{{ content }}
<div class="page__footer">
<footer>
{% include footer.html %}
</footer>
</div>
<div class="page__footer">
<footer>
{% include footer.html %}
</footer>
</div>
{% include scripts.html %}
{% include footer/custom.html %}
{% include scripts.html %}
{% include footer/custom.html %}
</body>
</html>