Sync config names
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user