Sync config names

This commit is contained in:
Will Faught
2025-02-08 17:23:04 -08:00
parent 44da496691
commit 2503023fa4
13 changed files with 23 additions and 23 deletions

View File

@@ -15,7 +15,7 @@
"type": "image/png"
}
],
"theme_color": "{{ $page.Param `paige.color` | default `#0d6efd` }}",
"background_color": "{{ $page.Param `paige.color` | default `#0d6efd` }}",
"theme_color": "{{ $page.Param `paige.site.color` | default `#0d6efd` }}",
"background_color": "{{ $page.Param `paige.site.color` | default `#0d6efd` }}",
"display": "standalone"
}