Skip to content

Commit

Permalink
Fix web manifest for sub-dirs
Browse files Browse the repository at this point in the history
See #312
  • Loading branch information
gcushen committed Nov 11, 2017
1 parent b9ee3b4 commit baad846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Expand Up @@ -84,7 +84,7 @@
<link rel="feed" href="{{ .RSSLink | default .Site.RSSLink }}" type="application/rss+xml" title="{{ .Site.Title }}">
{{ end }}

<link rel="manifest" href="site.webmanifest">
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
<link rel="icon" type="image/png" href="{{ "/img/icon.png" | relURL }}">
<link rel="apple-touch-icon" type="image/png" href="{{ "/img/icon-192.png" | relURL }}">

Expand Down

0 comments on commit baad846

Please sign in to comment.