Add metrictemp back to Home and Tag page classes

This commit is contained in:
Dale Davies
2022-03-17 10:26:43 +00:00
parent bde7bd9552
commit 77e62e0490
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class HomePage extends AbstractPage {
'noindex' => $this->config->parse_bool($this->config->get('noindex')),
'title' => $this->config->get('sitename'),
'owmapikey' => !!$this->config->get('owmapikey', false),
'metrictemp' => $this->config->parse_bool($this->config->get('metrictemp')),
]);
}

View File

@@ -15,6 +15,7 @@ class TagPage extends AbstractPage {
'noindex' => $this->config->parse_bool($this->config->get('noindex')),
'title' => $title,
'owmapikey' => !!$this->config->get('owmapikey', false),
'metrictemp' => $this->config->parse_bool($this->config->get('metrictemp')),
]);
}