aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 00:18:12 -0700
committerMark Otto <[email protected]>2013-07-27 00:18:12 -0700
commit0f2b22a21087cc64fd67c1e3e72560d6fd469588 (patch)
tree5b7437e7f7f51d1c7b0dcc1e8ddeeb46db67a37b /_includes/header.html
parent295a87ab0f577661befcc106fe538d5bd58a58db (diff)
downloadbootstrap-0f2b22a21087cc64fd67c1e3e72560d6fd469588.tar.xz
bootstrap-0f2b22a21087cc64fd67c1e3e72560d6fd469588.zip
herpy derpy shit for urls
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/_includes/header.html b/_includes/header.html
index cd59fcd54..3efbb8d7d 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -12,7 +12,7 @@
</title>
<!-- Bootstrap core CSS -->
-<link href="/dist/css/bootstrap.css" rel="stylesheet">
+<link href="{{ page.base_url }}/dist/css/bootstrap.css" rel="stylesheet">
{% if page.layout != "example" %}
<!-- Documentation extras -->
@@ -27,11 +27,11 @@
<![endif]-->
<!-- Favicons -->
-<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/ico/apple-touch-icon-144-precomposed.png">
-<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/ico/apple-touch-icon-114-precomposed.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/ico/apple-touch-icon-72-precomposed.png">
- <link rel="apple-touch-icon-precomposed" href="/assets/ico/apple-touch-icon-57-precomposed.png">
- <link rel="shortcut icon" href="/assets/ico/favicon.png">
+<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}/assets/ico/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}/assets/ico/apple-touch-icon-114-precomposed.png">
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ page.base_url }}/assets/ico/apple-touch-icon-72-precomposed.png">
+ <link rel="apple-touch-icon-precomposed" href="{{ page.base_url }}/assets/ico/apple-touch-icon-57-precomposed.png">
+ <link rel="shortcut icon" href="{{ page.base_url }}/assets/ico/favicon.png">
{% unless site.port != "9001" %}
<script type="text/javascript">