Skip to content

Commit

Permalink
Fix manifest problems. src -> href 🙈 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorfin authored and mermop committed Sep 17, 2017
1 parent 19294fb commit 2206cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/site.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Kiwi Ruby"
short_name: "Kiwi Ruby"
short_name: "KiwiRuby"
description: "Kiwi Ruby is a new Ruby conference being held in Wellington, New Zealand in November 2017. It will be very good."
theme_color: "#ffffff"
theme_background_color: "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion source/partials/_head_pwa.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
link rel="manifest" src="/manifest.json"
link rel="manifest" href="/manifest.json"
meta name="theme-color" content=data.site.theme_color
link rel="apple-touch-startup-image" href="/touch-icon-256x256.png"
link rel="mask-icon" href="/touch-icon.svg" color=data.site.theme_color
Expand Down

0 comments on commit 2206cbf

Please sign in to comment.