Files
opensourcepos/_layouts/default.html
BudsieBuds c77c9f7c19 Modernize Jekyll site (#4110)
* Modernize Jekyll site

The site now boasts the new README, Bootstrap 5 goodness, light/dark mode, and a footer so sleek it could moonwalk.

* Fixed broken links
2024-11-07 20:09:19 +01:00

16 lines
305 B
HTML

<!doctype html>
<html lang="{{ site.locale }}">
<head>{% include head.html %}</head>
<body class="d-flex flex-column min-vh-100">
<main class="{{ site.bs-container }} flex-grow-1 py-4">
{{ content }}
</main>
{% include footer.html %}
{% include scripts.html %}
</body>
</html>