Skip to content

Commit

Permalink
Merge pull request cncf#1299 from brandtkeller/1257_website_banner_re…
Browse files Browse the repository at this point in the history
…moval

Remove construction banner from website
  • Loading branch information
jkjell authored Jun 26, 2024
2 parents 88747ed + 9746216 commit 0b77857
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 0b77857

Please sign in to comment.