File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
20
20
21
21
<!-- Bootstrap Core CSS -->
22
- < link rel ="stylesheet " href ="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
22
+ < link rel ="stylesheet " href ="{{ site.baseurl "/css/bootstrap.min.css" | prepend: site.baseurl }}">
23
23
24
24
<!-- Custom CSS -->
25
- < link rel ="stylesheet " href ="{{ "/css/zkg-blog.min.css" | prepend: site.baseurl }}">
25
+ < link rel ="stylesheet " href ="{{ site.baseurl "/css/zkg-blog.min.css" | prepend: site.baseurl }}">
26
26
27
27
<!-- Pygments Github CSS -->
28
- < link rel ="stylesheet " href ="{{ "/css/syntax.css" | prepend: site.baseurl }}">
28
+ < link rel ="stylesheet " href ="{{ site.baseurl "/css/syntax.css" | prepend: site.baseurl }}">
29
29
30
30
<!-- Custom Fonts -->
31
31
<!-- <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
You can’t perform that action at this time.
0 commit comments