remove sidebar everywhere

This commit is contained in:
morph 2020-05-26 17:22:53 +02:00
parent 6d7c5cd3e1
commit 14b5e092f2
4 changed files with 0 additions and 17 deletions

View file

@ -18,5 +18,4 @@
</ul>
{{ partial "pagination.html" . }}
</main>
{{ partial "sidebar.html" . }}
{{ end }}

View file

@ -17,5 +17,4 @@
{{ end }}
</article>
</main>
{{ partial "sidebar.html" . }}
{{ end }}

View file

@ -6,5 +6,4 @@
{{ end }}
{{ partial "pagination.html" . }}
</main>
{{ partial "sidebar.html" . }}
{{ end }}

View file

@ -1,14 +0,0 @@
<aside>
<div>
<div>
<h3>LATEST POSTS</h3>
</div>
<div>
<ul>
{{ range first 5 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</div>
</div>
</aside>