Skip to content

Commit 56d092b

Browse files
committed
Fix wrong slash
1 parent 6bd0290 commit 56d092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/website/default.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<title>{{ title }}</title>
88

9-
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/bootswatch\paper/bootstrap.min.css">
9+
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/bootswatch/paper/bootstrap.min.css">
1010
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/font-awesome/css/font-awesome.min.css">
1111
<link rel="stylesheet" href="{{ baseUrl }}/bower_components/highlightjs/styles/dark.css">
1212
<link rel="stylesheet" href="{{ baseUrl }}/css/main.css">

0 commit comments

Comments
 (0)