Kloon van Maverick-thema naar custom-thema

This commit is contained in:
Michael Boelen 2023-05-05 16:36:10 +02:00
parent 9072f86867
commit 1e1d536e3d
65 changed files with 2923 additions and 1 deletions

View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body>
<a class="skip-link" href="#main">Skip to main</a>
<main id="main">
<div class="content">
{{ partial "header.html" . }}
<p>The page you requested doesn't exist.</p>
</div>
</main>
</body>
</html>