Add missing / in assets path
The missing / caused CSS errors on pages lying below the root.
This commit is contained in:
parent
aed0096760
commit
9b72a447fd
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{ 'assets/css/style.css' }}">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}">
|
||||
<title>{{ site.title }}</title>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue