fix(website): add doc layout for doc pages

pull/177/head
TorchedSammy 2022-06-22 13:22:36 -04:00
parent 1d7a34e0c5
commit 00c8cab8bb
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
title: Docs
layout: page
title: Introduction
layout: doc
---
Hello!

View File

@ -0,0 +1,9 @@
{{ define "main" }}
<main>
<div class="container">
<h1>{{ .Title }}</h1>
{{.Content}}
</div>
</main>
{{ end }}