Skip to content

Commit

Permalink
fix: webmanifest orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Nov 15, 2023
1 parent acfb42c commit 290fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/page.webmanifest.twig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"display": "{{ site.manifest.display|default('standalone') }}",
"start_url": "{{ site.manifest.start_url|default(url('/', {canonical: true})) }}",
"id": "{{ site.manifest.id|default(url('/', {canonical: true})) }}",
"orientation": "{{ site.manifest.orientation|default('portrait') }}",
"orientation": "{{ site.manifest.orientation|default('any') }}",
"background_color": "{{ site.manifest.background_color|default('#FFFFFF') }}",
"theme_color": "{{ site.manifest.theme_color|default('#202020') }}",
"lang": "{{ site.language|default('en') }}",
Expand Down

0 comments on commit 290fb84

Please # to comment.