mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 08:56:40 +02:00
Adds time and weather
This commit is contained in:
@@ -25,6 +25,8 @@ class Main {
|
||||
return $template->render([
|
||||
'noindex' => $this->config->parse_bool($this->config->get('noindex')),
|
||||
'sitename' => $this->config->get('sitename'),
|
||||
'latlong' => $this->config->get('latlong'),
|
||||
'owmapikey' => $this->config->get('owmapikey')
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user