Merge pull request #23 from philgs/double-slash
Remove double-slashes in stylesheet URLs
This commit is contained in:
commit
1bb0a5b332
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
|||
<title> {{ .Title }} · {{ .Site.Title }} </title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/poole.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/syntax.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/hyde.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/poole.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/syntax.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/hyde.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
||||
|
||||
<!-- Icons -->
|
||||
|
|
Loading…
Reference in a new issue