Add missing / in assets path

The missing / caused CSS errors on pages
lying below the root.
This commit is contained in:
Jesper Hess 2017-02-07 19:17:07 +01:00
parent aed0096760
commit 9b72a447fd
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

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