Skip to content

[deploy site] added may 2025 event details #2305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website_and_docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ prism_syntax_highlighting = true

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

# Enable Algolia DocSearch
[params.search.algolia]
Expand Down
4 changes: 2 additions & 2 deletions website_and_docs/layouts/partials/announcement-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<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 class="alert-heading text-center m-2">
Tune in for the Selenium Community Live scheduled for April 25th, 2025.
<a href="https://www.linkedin.com/events/seleniumcommunitylive-episode57315712465407733761/theater/" target='_blank' aria-pressed="true">Join us!</a>
Tune in for the Selenium Community Live scheduled for May 21st, 2025.
<a href="https://www.linkedin.com/events/seleniumcommunitylive-episode67325906639075581953/theater/" target='_blank' aria-pressed="true">Join us!</a>
</h4>
</div>
</div>
Expand Down
Loading