1
0
spogulis no https://github.com/bspeice/speice.io synced 2026-04-01 22:50:23 -04:00
Files
speice.io/_layouts/default.html
Mike JS. Choi 110985aa9a Beautify html
2018-05-10 15:18:24 -05:00

13 rindas
236 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>