diff options
| -rw-r--r-- | _config.yml | 2 | ||||
| -rw-r--r-- | assets/manifest.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 05b90b0..4b31f00 100644 --- a/_config.yml +++ b/_config.yml | |||
| @@ -13,7 +13,7 @@ domain: https://mitjafelicijan.com/ | |||
| 13 | description: Embedded systems developer and fanatical fan of science fiction | 13 | description: Embedded systems developer and fanatical fan of science fiction |
| 14 | twitter: "@mitjafelicijan" | 14 | twitter: "@mitjafelicijan" |
| 15 | avatar: assets/avatar.gif | 15 | avatar: assets/avatar.gif |
| 16 | cache_version: 20180810 | 16 | cache_version: 20180811 |
| 17 | theme_color: "#c242f4" | 17 | theme_color: "#c242f4" |
| 18 | 18 | ||
| 19 | kramdown: | 19 | kramdown: |
diff --git a/assets/manifest.json b/assets/manifest.json index e4115d9..f0b21b4 100644 --- a/assets/manifest.json +++ b/assets/manifest.json | |||
| @@ -14,6 +14,6 @@ | |||
| 14 | "start_url": "/", | 14 | "start_url": "/", |
| 15 | "scope": "/", | 15 | "scope": "/", |
| 16 | "display": "standalone", | 16 | "display": "standalone", |
| 17 | "theme_color": "#c242f4", | 17 | "theme_color": "#ffffff", |
| 18 | "background_color": "#c242f4" | 18 | "background_color": "#ffffff" |
| 19 | } | 19 | } |
