mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 13:56:11 -04:00
Beautify html
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user