mirror of
https://github.com/bspeice/speice.io
synced 2025-07-02 06:16:22 -04:00
Initial commit
This commit is contained in:
12
_layouts/default.html
Normal file
12
_layouts/default.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<main class="u-container">
|
||||
{{ content }}
|
||||
</main>
|
||||
{% if jekyll.environment == 'production' %}
|
||||
{% include analytics.html %}
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user