diff --git a/includes/templates/Indicators.mustache b/includes/templates/Indicators.mustache index 6e1cc7b9..ccd5d982 100644 --- a/includes/templates/Indicators.mustache +++ b/includes/templates/Indicators.mustache @@ -1,5 +1,5 @@ {{! @typedef Indicator[]}} -
+
{{#array-indicators}}
{{{html}}}
{{/array-indicators}} diff --git a/includes/templates/skin-legacy.mustache b/includes/templates/skin-legacy.mustache index b7286745..d75c949d 100644 --- a/includes/templates/skin-legacy.mustache +++ b/includes/templates/skin-legacy.mustache @@ -29,10 +29,10 @@
-
{{{html-site-notice}}}
+
{{{html-site-notice}}}
{{>Indicators}}

{{{html-title}}}

-
+
{{#is-article}}
{{msg-tagline}}
{{/is-article}}
{{{html-subtitle}}}
{{{html-undelete-link}}}
diff --git a/includes/templates/skin.mustache b/includes/templates/skin.mustache index 2550e9c4..964c6cd4 100644 --- a/includes/templates/skin.mustache +++ b/includes/templates/skin.mustache @@ -48,7 +48,7 @@ {{! `role` is unnecessary but kept to support selectors in any gadgets or user styles. }}
-
{{{html-site-notice}}}
+
{{{html-site-notice}}}
{{^is-language-in-header}} {{>Indicators}} @@ -70,7 +70,7 @@ {{/is-language-in-header}} -
+
{{^is-language-in-header}} {{#is-article}}
{{msg-tagline}}
{{/is-article}} {{/is-language-in-header}} diff --git a/skin.json b/skin.json index 0c2451e8..538f8cfd 100644 --- a/skin.json +++ b/skin.json @@ -100,7 +100,6 @@ "skins.vector.styles.legacy": { "class": "ResourceLoaderSkinModule", "features": { - "content-parser-output": true, "normalize": true, "elements": true, "content": true, @@ -124,8 +123,7 @@ "elements": true, "content": true, "interface": true, - "legacy": true, - "content-parser-output": true + "legacy": true }, "targets": [ "desktop",