We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300d20 commit 7bad7c1Copy full SHA for 7bad7c1
1 file changed
Sources/App/Views/PublicPage.swift
@@ -329,19 +329,10 @@ class PublicPage {
329
}
330
331
func announcementBanner() -> Node<HTML.BodyContext> {
332
- return .empty
333
-
334
- /*
335
return .p(
336
.class("announcement"),
337
- .text("Has it really been five years since Swift Package Index launched? Read our "),
338
- .a(
339
- .href(SiteURL.blogPost(.value("five-years-of-the-swift-package-index")).relativeURL()),
340
- .text("anniversary blog post")
341
- ),
342
- .text("!")
+ .text("Swift Package Index will be temporarily unavailable on Tuesday, 23rd of June for scheduled maintenance.")
343
)
344
- */
345
346
347
/// Optional content that will be inserted in between the page header and the main content for the page.
0 commit comments