diff --git a/includes/Skins/MinervaTemplate.php b/includes/Skins/MinervaTemplate.php index dbce0563f..9e629e3eb 100644 --- a/includes/Skins/MinervaTemplate.php +++ b/includes/Skins/MinervaTemplate.php @@ -225,7 +225,6 @@ class MinervaTemplate extends BaseTemplate { 'postheadinghtml' => $data['postheadinghtml'] ?? '', 'pageactionshtml' => $hasPageActions ? $this->getPageActionsHtml() : '', 'userMenuHTML' => $data['userMenuHTML'], - 'subtitle' => $data['subtitle'], 'contenthtml' => $this->getContentHtml( $data ), 'secondaryactionshtml' => $this->getSecondaryActionsHtml(), diff --git a/includes/Skins/skin.mustache b/includes/Skins/skin.mustache index fa249dcff..24b5d79c5 100644 --- a/includes/Skins/skin.mustache +++ b/includes/Skins/skin.mustache @@ -55,7 +55,7 @@ {{{pageactionshtml}}} {{{postheadinghtml}}} {{{internalBanner}}} -