Skip to content

Commit

Permalink
Fix relative path issue - github.io vs. CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
leereilly committed Mar 12, 2014
1 parent d990b3a commit 4010bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<link href="style/main.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="/meta/apple-touch-icon.png">
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">

<meta name="HandheldFriendly" content="True">
Expand Down

0 comments on commit 4010bbb

Please sign in to comment.