Skip to content

Commit

Permalink
Just a little formatting for niceness
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes authored Jan 18, 2018
1 parent 9a03c15 commit e8de80b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
{% endif %}

<link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}">

{% if site.favicon %}
<link rel="shortcut icon" href="{{ site.favicon }}">
<link rel="shortcut icon" href="{{ site.favicon }}">
{% else %}
<link rel="shortcut icon" href="{{ site.logo }}">
<link rel="shortcut icon" href="{{ site.logo }}">
{% endif %}

</head>
<body>

Expand Down

0 comments on commit e8de80b

Please sign in to comment.