Beautify html

This commit is contained in:
Mike JS. Choi
2018-05-10 15:18:24 -05:00
parent f01b1877f2
commit 110985aa9a
10 changed files with 108 additions and 121 deletions

View File

@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<main class="u-container">
{{ content }}
</main>
{% include head.html %}
<body>
<main class="u-container">
{{ content }}
</main>
{% if jekyll.environment == 'production' %}
{% include analytics.html %}
{% include analytics.html %}
{% endif %}
</body>
</body>
</html>