This commit is contained in:
2024-11-10 16:32:36 -05:00
parent 5f71b62dc8
commit 4121dcb334
51 changed files with 1417 additions and 273 deletions

12
_layouts/default.html Normal file
View 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>