Skip to content

Commit 9d97566

Browse files
committed
Add appium announcemant banner [deploy site]
1 parent c57d808 commit 9d97566

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

website_and_docs/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ plausible_analytics = true
164164
prism_syntax_highlighting = true
165165

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

170170
# Enable Algolia DocSearch
171171
[params.search.algolia]

website_and_docs/layouts/partials/announcement-banner.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
<div class="row g-0 justify-content-center">
77
<div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert">
88
<h4 class="alert-heading text-center m-0">
9-
Registrations open for Selenium Conf 2024 online - live on 21 June.
10-
<a href="https://2024.seleniumconf.in/?utm_medium=referral&utm_source=selenium.dev&utm_campaign=registration" target='_blank' aria-pressed="true"> Register now!</a>
11-
</h4>
9+
Appium Conf 2024 Call for Proposals is now open! Submissions close 28 July.
10+
<a href="https://appiumconf.com/" target='_blank' aria-pressed="true">Learn more & submit</a></h4>
1211
</div>
1312
</div>
14-
</div>
13+
</div>
1514
</section>
1615

0 commit comments

Comments
 (0)