diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:45:35 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:45:35 +0200 |
| commit | f5217fa14b3b4369522d09a37d05f840faf60c7b (patch) | |
| tree | 30f6d6fae8bf0da1ccf775f112a41ac81403a78e /static | |
| parent | 78715c75ea29590e916872fe0a2bd2ce77f28e85 (diff) | |
| download | gohugo-theme-ed-f5217fa14b3b4369522d09a37d05f840faf60c7b.tar.gz | |
Correct code style
Diffstat (limited to 'static')
| -rw-r--r-- | static/manifest.webmanifest | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index a2ecebf..a43b334 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,8 +1,8 @@ { - "short_name": "Ed.", - "name": "Ed: a Hugo theme for minimal editions", - "icons": [ - { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, - { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } - ] + "short_name": "Ed.", + "name": "Ed: a Hugo theme for minimal editions", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] } |
