Final updates and tweaks in preparation for MVP launch

- Removed unused items from the footer
- Fixed language files to cover all variants of English
- Added Google Analytics tracking code
This commit is contained in:
Jason Williams
2020-10-25 12:40:21 -06:00
parent 98ff78321b
commit b5014cae5b
5 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
<?php return [
'plugin' => [
'name' => 'Calgary Conditions',
'description' => 'Provides local time and weather information for Calgary, AB, Canada'
]
];