Just a little formatting for niceness

This commit is contained in:
David Darnes 2018-01-18 09:13:01 +00:00 committed by GitHub
parent 9a03c1512f
commit e8de80b9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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>