Fixed wiki missing layout.

This commit is contained in:
Chris 2018-01-13 02:05:21 -05:00
parent 1a3b7c885b
commit be8ed2132a

View File

@ -1,3 +1,4 @@
{{ define "main" }}
<section class="section"> <section class="section">
<div class="container"> <div class="container">
<h1 class="title">{{ .Title }}</h1> <h1 class="title">{{ .Title }}</h1>
@ -16,4 +17,5 @@
{{ .Content }} {{ .Content }}
</div> </div>
</div> </div>
</section> </section>
{{ end }}