diff options
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index c7ffc32a5..f294bdfea 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -15,21 +15,21 @@ <!-- Bootstrap core CSS --> {% if jekyll.environment == "development" %} -<link href="{{ site.baseurl }}dist/css/bootstrap.css" rel="stylesheet"> +<link href="{{ site.baseurl }}/dist/css/bootstrap.css" rel="stylesheet"> {% else %} -<link href="{{ site.baseurl }}dist/css/bootstrap.min.css" rel="stylesheet"> +<link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet"> {% endif %} <!-- Documentation extras --> -<link href="{{ site.baseurl }}assets/css/docs.min.css" rel="stylesheet"> +<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -<script src="{{ site.baseurl }}assets/js/ie10-viewport-bug-workaround.js"></script> -<script src="{{ site.baseurl }}assets/js/ie-emulation-modes-warning.js"></script> +<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script> +<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}apple-touch-icon-precomposed.png"> -<link rel="icon" href="{{ site.baseurl }}favicon.ico"> +<link rel="apple-touch-icon-precomposed" href="{{ site.baseurl }}/apple-touch-icon-precomposed.png"> +<link rel="icon" href="{{ site.baseurl }}/favicon.ico"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
