Render a single page of the spec in Hugo

This commit is contained in:
Will 2021-01-12 15:31:01 -08:00
parent 2b32508964
commit 55eae7b70b
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8
23 changed files with 2476 additions and 1 deletions

8
layouts/404.html Normal file
View file

@ -0,0 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title">Not found</h1>
<p>This page doesn't exist. Try going back to the <a href="{{ "/" | relURL }}">main page for the Matrix Specification</a>.</p>
</div>
</main>
{{ end }}