Move website source to /source
This commit is contained in:
parent
530fc76ede
commit
6981ccad43
81 changed files with 8 additions and 34 deletions
12
source/_layouts/base.html
Normal file
12
source/_layouts/base.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Base HTML layout with the bare essentials
|
||||
---
|
||||
|
||||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue