1
0
Fork 0

Add compress.html plugin

This commit is contained in:
Owen Ryan 2024-04-17 16:58:49 -04:00
parent e40877c34d
commit 8f13b1e96e
4 changed files with 19 additions and 3 deletions

View file

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