Skip to content

Commit 6ffb803

Browse files
committed
chore: remove appium conf banner [deploy site]
1 parent 5047162 commit 6ffb803

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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 = true
168-
announcement_banner = true
167+
banner_flag = false
168+
announcement_banner = false
169169

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

website_and_docs/layouts/partials/announcement-banner.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<div class="container g-0" style="padding: 10px;">
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">
8-
<h4 class="alert-heading text-center m-0">
9-
Registrations open for Appium Conf 2024 online - live on 13 Sep.
10-
<a href="https://confengine.com/conferences/appium-conf-2024/register/selection/?utm_medium=Referral&utm_source=selenium.dev&utm_campaign=cfp" target='_blank' aria-pressed="true">Register now!</a></h4>
8+
<!-- <h4> place your custom banner here</h4>-->
119
</div>
1210
</div>
1311
</div>

0 commit comments

Comments
 (0)