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
|
title: Introduction
|
||||||
layout: page
|
layout: doc
|
||||||
---
|
---
|
||||||
|
|
||||||
Hello!
|
Hello!
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<main>
|
||||||
|
<div class="container">
|
||||||
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{.Content}}
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue