Remove unused element

This commit is contained in:
Joe Roe 2024-02-12 09:19:26 +01:00
parent 178586f0a0
commit 604dbed074
No known key found for this signature in database
GPG key ID: 032DAD09129ADB03

View file

@ -2,10 +2,6 @@
<header class="content__header"> <header class="content__header">
<h1>{{ .Title | markdownify }}</h1> <h1>{{ .Title | markdownify }}</h1>
</header> </header>
{{ if .Params.toc }}
<aside>
</aside>
{{ end }}
<div class="content__body"> <div class="content__body">
{{ .Content }} {{ .Content }}
</div> </div>