1
0
Fork 0
owenryan.us/source/_layouts/base.html

13 lines
No EOL
304 B
HTML

---
# Base HTML layout with the bare essentials
layout: compress
---
<!DOCTYPE html>
<html class="h-100" lang="en" data-bs-theme="dark">
{%- include head.html -%}
<body class="d-flex flex-column h-100">
{{- content -}}
<script src="/assets/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>