Skip to content

Commit 8ced20b

Browse files
authored
Merge pull request #3448 from metacpan/haarg/remove-outage-message
remove cpan outage banner
2 parents e262dcd + b93ee3e commit 8ced20b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

root/base.tx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<link rel="shortcut icon" href="/static/icons/favicon.ico">
2323
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png">
2424
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN">
25+
<script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
2526
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6B2JCQSHJE"></script>
2627
%% block opengraph -> { }
2728
</head>
@@ -117,13 +118,7 @@
117118
</ul>
118119
</nav>
119120
<div class="page-content [% block page_content_class -> { } %]">
120-
<div class="top-notify-banner alert-banner">
121-
<p>
122-
<i class="fa-solid fa-triangle-exclamation"></i>
123-
There is an ongoing outage on the primary CPAN mirror. It is
124-
possible to work around the issue by <a href="/about/mirror">using
125-
MetaCPAN as a mirror</a>.
126-
</p>
121+
<div id="perl-ad-target" class="top-notify-banner perl-ad-target">
127122
</div>
128123
<nav class="sidebar">
129124
%% block left_nav -> {

0 commit comments

Comments
 (0)