|
@@ -29,7 +29,9 @@
|
|
{{ .Title }} | {{ .Site.Title }}
|
|
{{ .Title }} | {{ .Site.Title }}
|
|
{{ end }}
|
|
{{ end }}
|
|
</title>
|
|
</title>
|
|
- <link rel="manifest" href="{{ "manifest.json" | absURL }}">
|
|
|
|
|
|
+ {{ if .IsHome }}
|
|
|
|
+ <link rel="manifest" href="manifest.json">
|
|
|
|
+ {{ end }}
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
{{ if ne .Type "print-version" }}
|
|
{{ if ne .Type "print-version" }}
|