speice.io/_layouts/default.html
2017-07-24 10:22:05 +09:00

13 lines
254 B
HTML

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