Emphasize deprecation notice
Eelco Dolstra committed
Sep 27, 2016 at 18:15 UTC
725e8fec21b680dc353c1e634b5dd9c891f382be
1 file changed
+1
-1
nixos-org/webserver.nix
+1
-1
@@ -154,7 +154,7 @@ in
154
#skins = [ ./wiki-skins ];
155
extraConfig =
156
''
157
- $wgSiteNotice = "The NixOS wiki is outdated and is being shut down. If you wish to add or improve NixOS documentation, please grab a ticket from the [https://github.com/NixOS/nixpkgs/milestone/8 Move the wiki!] milestone.";
157
+ $wgSiteNotice = "${"'''The NixOS wiki is outdated and is being shut down. If you wish to add or improve NixOS documentation, please grab a ticket from the [https://github.com/NixOS/nixpkgs/milestone/8 Move the wiki!] milestone.'''"}";
158
159
#$wgEmailConfirmToEdit = true;
160