Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-18 17:37:40 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-18 17:37:40 +0300
commit14fcbb9c055f045f7122f553ebd49ae338e21761 (patch)
treef1bcf2c20731539473d21251100ca05caf389e43 /layouts
parenta57a3d8f02254ce5d883a7372a1a70d9fb29f8fe (diff)
fix: style:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1b9021a..fe5371f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,7 +12,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ `apple-touch-icon.png` | relURL }}" />
<link rel="icon" type="image/png" sizes="32x32" href="{{ `favicon-32x32.png` | relURL }}" />
<link rel="icon" type="image/png" sizes="16x16" href="{{ `favicon-16x16.png` | relURL }}" />
- <link rel="manifest" href="{{ `manifest.json | relURL` }}" />
+ <link rel="manifest" href="{{ `manifest.json` | relURL }}" />
<meta name="theme-color" content="#ffffff" />
<!-- Reset -->