new_site/_layouts/default.html

29 lines
449 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include head.html %}
</head>
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
<!-- Header -->
{% include header.html %}
<!-- Content -->
<div class="container mt-5">
{{ content }}
</div>
<!-- Footer -->
{% include footer.html %}
{% include hemline.html %}
</body>
</html>