1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 02:05:57 -04:00

fix weird character encoding (no clue how non-breaking spaces ended up everywhere)

This commit is contained in:
2021-12-11 11:08:30 -05:00
parent 8fe68b009b
commit b82be240a7
18 changed files with 91 additions and 76 deletions
+4 -4
View File
@@ -1,6 +1,8 @@
{
"name": "{{ .Site.Title }}",
"short_name": "{{ (urls.Parse .Site.Params.baseURL).Host }}",
{{ with .Site.Params.baseURL }}"short_name": "{{ (urls.Parse .).Host }}",{{ end }}
{{ with .Site.Params.description }}"description": "{{ . | safeHTML | truncate 160 }}",{{ end }}
"lang": "{{ .Site.LanguageCode | default "en" }}",
"icons": [
{{ with partial "functions/webpack" (dict "context" . "src" "images/android-chrome-512x512.png") }}{
"src": "{{ .src | safeJS }}",
@@ -27,8 +29,6 @@
"purpose": "maskable"
}{{ end }}
],
"start_url": "/",
"display": "browser",
"background_color": "#ffffff",
"theme_color": "#0e6dc2"
"start_url": "/"
}