mirror of https://github.com/Hilbis/Hilbish
fix(website): add doc layout for doc pages
parent
1d7a34e0c5
commit
00c8cab8bb
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Docs
|
||||
layout: page
|
||||
title: Introduction
|
||||
layout: doc
|
||||
---
|
||||
|
||||
Hello!
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{.Content}}
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue