mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 20:53:24 +00:00
fix(website): add doc layout for doc pages
This commit is contained in:
parent
1d7a34e0c5
commit
00c8cab8bb
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Docs
|
||||
layout: page
|
||||
title: Introduction
|
||||
layout: doc
|
||||
---
|
||||
|
||||
Hello!
|
||||
|
9
website/themes/hsh/layouts/_default/doc.html
Normal file
9
website/themes/hsh/layouts/_default/doc.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{.Content}}
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user