This commit is contained in:
2020-01-26 14:03:17 +01:00
parent 64c623515b
commit 9acd91794c
5 changed files with 70 additions and 9 deletions

22
_layouts/page-about.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<div class="screen-image"></div>
<div class="screen-content crt">
<!-- header -->
{% include header.html %}
<!-- nav -->
{% include nav.html %}
<!-- page content -->
<main class="about">
{{content}}
</main>
<!-- footer -->
{% include footer.html %}
</div>
</div>
</body>
</html>