Merge branch 'gethomepage:main' into main

This commit is contained in:
brikim 2024-03-18 20:18:20 -05:00 committed by GitHub
commit 59c3d5bdc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -85,7 +85,7 @@ Or you may pass the path to a local image relative to the `/app/public` director
## Theme ## Theme
You can configure a fixed them (and disable the theme switcher) by passing the `theme` option, like so: You can configure a fixed theme (and disable the theme switcher) by passing the `theme` option, like so:
```yaml ```yaml
theme: dark # or light theme: dark # or light
@ -211,13 +211,13 @@ layout:
### Five Columns ### Five Columns
You can add a fifth column (when `style: columns` which is default) by adding: You can add a fifth column to services (when `style: columns` which is default) by adding:
```yaml ```yaml
fiveColumns: true fiveColumns: true
``` ```
By default homepage will max out at 4 columns for column style By default homepage will max out at 4 columns for services with `columns` style
### Collapsible sections ### Collapsible sections

View File

@ -84,8 +84,6 @@ export default function OpenMeteo({ options }) {
} }
}; };
// if (!requesting && !location) requestLocation();
if (!location) { if (!location) {
return ( return (
<ContainerButton <ContainerButton