fix css relative url
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{#if title }}{{ title }}{{else}}{{ site.title }}{{/if}} - {{ site.name }}</title>
|
||||
<link rel="stylesheet" href="{{site.url}}/css/style.css">
|
||||
<link rel="stylesheet" href="{{url '/css/style.css' }}">
|
||||
{{#each stylesheets}}
|
||||
<link rel="stylesheet" href="{{site.url}}{{this}}">
|
||||
<link rel="stylesheet" href="{{url this}}">
|
||||
{{/each}}
|
||||
</head>
|
||||
<body class="{{{bodyClasses}}}">
|
||||
|
||||
Reference in New Issue
Block a user