Skip to content

Commit a0f5eb3

Browse files
committed
Absolutize script/style references
1 parent acfdbea commit a0f5eb3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_includes/foot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<!-- /container -->
1111

1212
<!-- Script tags -->
13-
<script type="text/javascript" src="static/js/bootstrap/bootstrap.js"></script>
13+
<script type="text/javascript" src="/static/js/bootstrap/bootstrap.js"></script>
1414
</body>
1515
</html>

_includes/head.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
1717

1818
<!-- Style Sheets -->
19-
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap.css">
20-
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/bootstrap-responsive.css">
21-
<link rel="stylesheet" type="text/css" href="static/css/bootstrap/font-awesome.css">
19+
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap/bootstrap.css">
20+
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap/bootstrap-responsive.css">
21+
<link rel="stylesheet" type="text/css" href="/static/css/bootstrap/font-awesome.css">
22+
<link rel="stylesheet" href="/common/prettify.css" type="text/css" />
2223
<link rel="shortcut icon" href="favicon.ico" />
2324

2425
<!-- Script tags -->

0 commit comments

Comments
 (0)