Remove some black spaces
This commit is contained in:
parent
3f4c0fc944
commit
8937c98796
|
@ -5,6 +5,7 @@
|
||||||
<!--[if !IE]><!--> <html> <!--<![endif]-->
|
<!--[if !IE]><!--> <html> <!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
{% include 'title' %}
|
||||||
|
|
||||||
{% if page.meta.description %}
|
{% if page.meta.description %}
|
||||||
<meta name="description" content="{{ page.meta.description|e('html') }}">
|
<meta name="description" content="{{ page.meta.description|e('html') }}">
|
||||||
|
@ -14,11 +15,7 @@
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="author" href="{{ site.url }}/humans.txt" />
|
<link rel="author" href="{{ site.url }}/humans.txt" />
|
||||||
|
|
||||||
{% include 'title' %}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/styles.css">
|
<link rel="stylesheet" href="{{ site.url }}/assets/css/styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body{% if page.body_class %} class="{{ page.body_class }}"{% endif %}>
|
<body{% if page.body_class %} class="{{ page.body_class }}"{% endif %}>
|
||||||
|
|
Loading…
Reference in a new issue