Skip to content

Commit

Permalink
Merge pull request #377 from ashawley/fix-link-tag
Browse files Browse the repository at this point in the history
Fix missing bracket on link tag
  • Loading branch information
ashawley authored Dec 16, 2018
2 parents 0cdd295 + b251e22 commit 74ce90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<link rel="icon" type="image/png" href="{{ "/favicon-96x96.png" | relative_url }}" sizes="96x96">
<link rel="icon" type="image/png" href="{{ "/favicon-16x16.png" | relative_url }}" sizes="16x16">
<link rel="icon" type="image/png" href="{{ "/favicon-32x32.png" | relative_url }}" sizes="32x32">
<link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}"
<link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}">

{% if site.google_analytics %}
<script type="text/javascript">
Expand Down

0 comments on commit 74ce90f

Please sign in to comment.