changing includes

This commit is contained in:
Kevin Ross 2015-11-20 08:26:54 -06:00
parent 5deed1f7c6
commit 64213ad914
3 changed files with 17 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Material Design for Bootstrap"> <meta name="description" content="Material Design for Bootstrap">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development"> <meta name="keywords" content="Material Design for Bootstrap, Less, Sass">
<title> <title>
{% if page.layout == "home" %} {% if page.layout == "home" %}
@ -12,19 +12,25 @@
{% endif %} {% endif %}
</title> </title>
<!-- Bootstrap core CSS --> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<!-- BMD CSS -->
<!-- Material Design for Bootstrap -->
<link href="dist/css/roboto.min.css" rel="stylesheet">
{% if site.github %} {% if site.github %}
<link href="../dist/css/bootstrap.min.css" rel="stylesheet"> <link href="../dist/css/material-fullpalette.min.css" rel="stylesheet">
{% else %} {% else %}
<link href="../dist/css/bootstrap.css" rel="stylesheet"> <link href="../dist/css/material-fullpalette.css" rel="stylesheet">
{% endif %} {% endif %}
<link href="dist/css/ripples.min.css" rel="stylesheet">
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<!-- Optional Bootstrap Theme --> <!-- Optional Bootstrap Theme -->
{% if site.github %} <!--{% if site.github %}-->
<link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> <!--<link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet">-->
{% else %} <!--{% else %}-->
<link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet"> <!--<link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.css" rel="stylesheet" id="bs-theme-stylesheet">-->
{% endif %} <!--{% endif %}-->
{% endif %} {% endif %}
<!-- Documentation extras --> <!-- Documentation extras -->
@ -45,8 +51,8 @@
<![endif]--> <![endif]-->
<!-- Favicons --> <!-- Favicons -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <!--<link rel="apple-touch-icon" href="/apple-touch-icon.png">-->
<link rel="icon" href="/favicon.ico"> <!--<link rel="icon" href="/favicon.ico">-->
<!--<script>--> <!--<script>-->
<!--(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){--> <!--(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){-->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB