1
0
weblog/_layouts/default.html
JackCarterSmith 64f91ff50b
All checks were successful
Build Jekyll weblog / build (push) Successful in 2s
Initial commit
2023-09-02 18:55:02 +02:00

12 lines
233 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include page-head.html %}
<body>
{% include header.html %}
<div id="main" class="container main">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>