Skip to content

Commit

Permalink
feat(website): remove banner
Browse files Browse the repository at this point in the history
Signed-off-by: Brandt Keller <[email protected]>
  • Loading branch information
brandtkeller authored and jkjell committed Jun 26, 2024
1 parent 88747ed commit 9746216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ partial "toc.html" . }}
</aside>
<main class="col-12 col-md-9 col-xl-7 pl-md-5" role="main">
{{ partial "under-construction-tmp" }}
<!-- {{ partial "under-construction-tmp" }} -->
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
{{ with .Params.Category}}<div class="category"><i class="{{ lower . }}"></i>{{ upper . }}</div>{{ end }}
{{ block "main" . }}{{ end }}
Expand Down

0 comments on commit 9746216

Please sign in to comment.