Testing bits, need to be undone
This commit is contained in:
parent
358997dfcd
commit
d0423353a0
|
@ -1,9 +1,9 @@
|
||||||
<footer class="footer" role="contentinfo">
|
<!-- <footer class="footer" role="contentinfo">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
|
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
|
||||||
© <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
|
© <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer> -->
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
||||||
<title><?php wp_title( '' ); ?></title>
|
<title><?php wp_title( '' ); ?></title>
|
||||||
<link rel="dns-prefetch" href="//google-analytics.com">
|
<link rel="dns-prefetch" href="//google-analytics.com">
|
||||||
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
|
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
|
||||||
|
@ -14,16 +14,17 @@
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
|
<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
|
||||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
<header class="header" role="banner">
|
<!-- <header class="header" role="banner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
|
<?php wp_nav_menu( array( 'theme_location' => 'header' ) ); ?>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
-->
|
|
@ -1,3 +0,0 @@
|
||||||
(function() {
|
|
||||||
|
|
||||||
})();
|
|
|
@ -0,0 +1 @@
|
||||||
|
!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require,module,exports){!function(){}($)},{}]},{},[1]);
|
Loading…
Reference in New Issue