All checks were successful
Build Jekyll weblog / build (push) Successful in 2s
12 lines
233 B
HTML
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>
|