Skip to content
Merged
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
9 changes: 2 additions & 7 deletions root/base.tx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<link rel="shortcut icon" href="/static/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png">
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN">
<script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6B2JCQSHJE"></script>
%% block opengraph -> { }
</head>
Expand Down Expand Up @@ -117,13 +118,7 @@
</ul>
</nav>
<div class="page-content [% block page_content_class -> { } %]">
<div class="top-notify-banner alert-banner">
<p>
<i class="fa-solid fa-triangle-exclamation"></i>
There is an ongoing outage on the primary CPAN mirror. It is
possible to work around the issue by <a href="/about/mirror">using
MetaCPAN as a mirror</a>.
</p>
<div id="perl-ad-target" class="top-notify-banner perl-ad-target">
</div>
<nav class="sidebar">
%% block left_nav -> {
Expand Down
Loading