Skip to content

Commit

Permalink
Remove Advent banner (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored Jan 19, 2024
1 parent 2d9fec6 commit 3edc6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/haystack/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{{/* Header */}}
{{ partial "header" . }}

{{/* Announcement Bar */}}
<!-- {{/* Announcement Bar */}}
{{ if not (or (eq .Params.Layout "advent") (eq .Params.Layout "advent-challenge")) }}
{{ partial "announcement" . }}
{{ end}}
{{ end}} -->

{{/* Main */}}
<main>{{ block "main" . }}{{ end }}</main>
Expand Down

1 comment on commit 3edc6cd

@vercel
Copy link

@vercel vercel bot commented on 3edc6cd Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.