Very poggers updates!

This commit is contained in:
2022-03-30 15:06:21 +00:00
parent 222b2861b1
commit 60abb12da2
32 changed files with 160 additions and 145 deletions

View File

@@ -1,15 +1,8 @@
{{ define "main" }}
<div class='row'>
<div class='col-md-2'>
{{ partial "toc.html" . }}
</div>
<div class='col-md-10'>
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</div>
</div>
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
{{ end }}