Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm/wiki): make external links open in new tab

Coded wanted this, and I'm fine with this... internal and interwiki
links still won't do this (which is good)

authored by a.starrysky.fyi and committed by tangled.org cd932887 cb5fcd84

+2
+2
packetmix/systems/wiki/wiki.nix
··· 278 278 279 279 $wgEnableEditRecovery = true; 280 280 281 + $wgExternalLinkTarget = '_blank'; 282 + 281 283 $wgShowExceptionDetails = true; 282 284 $wgDevelopmentWarnings = true; 283 285 '';