Skip to content

Commit 96cdf9f

Browse files
authored
Remove unnecessary white-space before css import
1 parent f8d19d6 commit 96cdf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
55
{%- seo -%}
6-
<link rel="stylesheet" href="{{ " /assets/main.css" | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment ==
6+
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment ==
77
'production' and
88
site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%}
99
{%- include custom-head.html -%}
10-
</head>
10+
</head>

0 commit comments

Comments
 (0)