Commit 0f2b22a2 authored by Mark Otto's avatar Mark Otto

herpy derpy shit for urls

parent 295a87ab
<!-- Bootstrap core JavaScript <!-- Bootstrap core JavaScript
================================================== --> ================================================== -->
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
<script src="/assets/js/jquery.js"></script> <script src="{{ page.base_url }}/assets/js/jquery.js"></script>
<script src="/dist/js/bootstrap.js"></script> <script src="{{ page.base_url }}/dist/js/bootstrap.js"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="/assets/js/holder.js"></script> <script src="{{ page.base_url }}/assets/js/holder.js"></script>
<script src="/assets/js/application.js"></script> <script src="{{ page.base_url }}/assets/js/application.js"></script>
{% unless site.port != "9001" %} {% unless site.port != "9001" %}
<!-- Analytics <!-- Analytics
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</title> </title>
<!-- Bootstrap core CSS --> <!-- 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" %} {% if page.layout != "example" %}
<!-- Documentation extras --> <!-- Documentation extras -->
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
<![endif]--> <![endif]-->
<!-- Favicons --> <!-- 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="144x144" href="{{ page.base_url }}/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="114x114" href="{{ page.base_url }}/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" sizes="72x72" href="{{ page.base_url }}/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="apple-touch-icon-precomposed" href="{{ page.base_url }}/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="/assets/ico/favicon.png"> <link rel="shortcut icon" href="{{ page.base_url }}/assets/ico/favicon.png">
{% unless site.port != "9001" %} {% unless site.port != "9001" %}
<script type="text/javascript"> <script type="text/javascript">
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Meta, title, CSS, favicons, etc. --> <!-- Meta, title, CSS, favicons, etc. -->
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Meta, title, CSS, favicons, etc. --> <!-- Meta, title, CSS, favicons, etc. -->
......
...@@ -3,6 +3,7 @@ layout: default ...@@ -3,6 +3,7 @@ layout: default
title: Components title: Components
slug: components slug: components
lead: "Dozens of reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more." lead: "Dozens of reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more."
base_url: "../"
--- ---
......
...@@ -3,6 +3,7 @@ layout: default ...@@ -3,6 +3,7 @@ layout: default
title: CSS title: CSS
slug: css slug: css
lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system." lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
base_url: "../"
--- ---
......
...@@ -3,6 +3,7 @@ layout: customize ...@@ -3,6 +3,7 @@ layout: customize
title: Customize and download title: Customize and download
slug: customize slug: customize
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version. lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
base_url: "../"
--- ---
<!-- Customize <!-- Customize
......
--- ---
layout: home layout: home
title: Bootstrap title: Bootstrap
base_url: "./"
--- ---
<div class="bs-masthead"> <div class="bs-masthead">
......
...@@ -3,6 +3,7 @@ layout: default ...@@ -3,6 +3,7 @@ layout: default
title: JavaScript title: JavaScript
slug: js slug: js
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one." lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
base_url: "../"
--- ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment