Skip to content

Commit

Permalink
fix: include the sidebar page parameter in the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubonnek committed Sep 15, 2022
1 parent 12d70b6 commit 87c5c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "content" }}
{{- partial "carousel" . -}}
<div class="col-lg-8">
<div class="{{ if default true .Params.sidebar }}col-lg-8{{ else }}col-lg-12{{ end }}">
{{ partial "list" . }}
</div>
{{- partial "sidebar" . -}}
Expand Down

0 comments on commit 87c5c53

Please sign in to comment.