Output stylesheet links before other link elements in <head>
authorOri Livneh <ori@wikimedia.org>
Wed, 12 Aug 2015 15:52:39 +0000 (08:52 -0700)
committerOri Livneh <ori@wikimedia.org>
Wed, 12 Aug 2015 15:53:49 +0000 (08:53 -0700)
commitbb0f0a485d17f7fae25fb49f278f7d17cb576c71
tree8bc6109d361a5644caba0697866141f896af981b
parent9861fff3c70c1bfb5488f5dc21e29fa524a43dc0
Output stylesheet links before other link elements in <head>

Since external CSS is render-blocking, it should be discoverable to the browser
as soon as possible. So move it up to the top of <head>.

Change-Id: I68a6cce2f33ceb7f6461fcbb7323ae13c413aa89
includes/OutputPage.php