Skip to content

Commit

Permalink
enable banner for selenium conf [deploy site]
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 17, 2024
1 parent 3d83250 commit 0fe3888
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website_and_docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ plausible_analytics = true
prism_syntax_highlighting = true

# Enable announcement banner below navbar (Go to announcement-banner.html to change the message)
banner_flag = false
announcement_banner = false
banner_flag = true
announcement_banner = true

# Enable Algolia DocSearch
[params.search.algolia]
Expand Down
5 changes: 4 additions & 1 deletion website_and_docs/layouts/partials/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div class="container g-0" style="padding: 10px;">
<div class="row g-0 justify-content-center">
<div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert">
<!-- <h4> place your custom banner here</h4>-->
<h4 class="alert-heading text-center m-0">
Selenium Conf 2025 Call for Proposals is now open! Submissions close 01 Dec, 2024.
<a href="https://seleniumconf.com/?utm_medium=Referral&utm_source=selenium.dev&utm_campaign=cfp" target='_blank' aria-pressed="true"> Learn more & submit!</a>
</h4>
</div>
</div>
</div>
Expand Down

0 comments on commit 0fe3888

Please sign in to comment.