Skip to content

Commit b11c1c4

Browse files
author
jordanmccullough
committed
Correct relative pathing to CSS
1 parent 415764b commit b11c1c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_layouts/site.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
77
<title>{% if page.html_title %}{{ page.html_title }} • {% endif %}GitHub Training</title>
88
<meta name="viewport" content="width=device-width,initial-scale=1">
9-
<link rel="stylesheet" href="{{ site.url }}/_stylesheets/page.css">
9+
<link rel="stylesheet" href="{{ page.leadingpath }}/_stylesheets/page.css">
1010

1111

1212
<link rel="icon" type="image/x-icon" href="/favicon.png" />
1313
<link rel="alternate" type="application/atom+xml" title="Upcoming Events" href="/atom.xml">
1414
<script type="text/javascript" src="{{ page.leadingpath }}js/jquery.min.js"></script>
15-
<script type="text/javascript" src="{{ page.leadingpath }}js/quotes.js"></script>
16-
<script type="text/javascript" src="{{ page.leadingpath }}js/all.js"></script>
1715

1816
<!-- Latest compiled and minified CSS -->
1917
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

0 commit comments

Comments
 (0)