mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
herpy derpy shit for urls
This commit is contained in:
parent
295a87ab0f
commit
0f2b22a210
9 changed files with 17 additions and 12 deletions
|
@ -1,13 +1,13 @@
|
|||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="/assets/js/jquery.js"></script>
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="{{ page.base_url }}/assets/js/jquery.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 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" %}
|
||||
<!-- Analytics
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
|
|
|
@ -3,6 +3,7 @@ layout: default
|
|||
title: Components
|
||||
slug: components
|
||||
lead: "Dozens of reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more."
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
|
||||
|
|
1
css.html
1
css.html
|
@ -3,6 +3,7 @@ layout: default
|
|||
title: CSS
|
||||
slug: css
|
||||
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
|
|||
title: Customize and download
|
||||
slug: customize
|
||||
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
<!-- Customize
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: home
|
||||
title: Bootstrap
|
||||
base_url: "./"
|
||||
---
|
||||
|
||||
<div class="bs-masthead">
|
||||
|
|
|
@ -3,6 +3,7 @@ layout: default
|
|||
title: JavaScript
|
||||
slug: js
|
||||
lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one."
|
||||
base_url: "../"
|
||||
---
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue