Place indicators under page title

Fixes error in 03d61e12, indicators should be placed below
page title.

Bug: T248761
Change-Id: I61dcef0567373f28fd479b21ffa940a6e223ac16
This commit is contained in:
Jan Drewniak 2021-02-03 23:19:30 +01:00
parent 4b171bf74f
commit 5014c17570
1 changed files with 1 additions and 2 deletions

View File

@ -59,11 +59,10 @@
{{#is-language-in-header}}
<header class="mw-body-header">
{{#data-portlets.data-languages}}{{>Menu}}{{/data-portlets.data-languages}}
{{>Indicators}}
<h1 id="firstHeading" class="firstHeading" {{{html-user-language-attributes}}}>
{{{html-title}}}
</h1>
{{>Indicators}}
{{#page-isarticle}}
<div id="siteSub" class="noprint">{{msg-tagline}}</div>
{{/page-isarticle}}