Skip to content

Commit

Permalink
Update baseof.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Nov 9, 2023
1 parent a2e52ce commit 3886e9d
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 3886e9d

@vercel
Copy link

@vercel vercel bot commented on 3886e9d Nov 9, 2023

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.