Skip to content

Commit

Permalink
Sync latest changes to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lancewillett committed Jul 6, 2012
1 parent 17f9fef commit 3dcb40f
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 409 deletions.
9 changes: 8 additions & 1 deletion build/content.php
Expand Up @@ -9,12 +9,19 @@
?> ?>


<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if (is_sticky() ) : ?>
<div class="featured-post">
<?php _e( 'Featured post', 'twentytwelve' ); ?>
</div>
<?php endif; // is_sticky() ?>
<header class="entry-header"> <header class="entry-header">
<?php the_post_thumbnail(); ?> <?php the_post_thumbnail(); ?>
<?php if ( is_single() ) : ?> <?php if ( is_single() ) : ?>
<h1 class="entry-title"><?php the_title(); ?></h1> <h1 class="entry-title"><?php the_title(); ?></h1>
<?php else : ?> <?php else : ?>
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> <h1 class="entry-title">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h1>
<?php endif; // is_single() ?> <?php endif; // is_single() ?>
<?php if ( comments_open() ) : ?> <?php if ( comments_open() ) : ?>
<div class="comments-link"> <div class="comments-link">
Expand Down
26 changes: 0 additions & 26 deletions build/header.php
Expand Up @@ -16,35 +16,9 @@
<title><?php wp_title( '|', true, 'right' ); ?><?php echo bloginfo( 'name' ); ?></title> <title><?php wp_title( '|', true, 'right' ); ?><?php echo bloginfo( 'name' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />

<!-- Grid loader FOR LOCAL DEV ONLY
Files are located in /includes/headsupgrid
-->
<link href="<?php bloginfo( 'stylesheet_directory' ); ?>/includes/headsupgrid/hugrid.css" type="text/css" rel="stylesheet" />
<script src="<?php bloginfo( 'stylesheet_directory' ); ?>/includes/headsupgrid/jquery-1.6.2.min.js"></script>
<script src="<?php bloginfo( 'stylesheet_directory' ); ?>/includes/headsupgrid/hugrid.js"></script>
<script type="text/javascript">
$(document).ready(function() {
pageUnits = 'px';
colUnits = 'px';
pagewidth = 960;
columns = 8;
columnwidth = 85;
gutterwidth = 40;
pagetopmargin = 0;
rowheight = 24;
gridonload = 'off';
makehugrid();
setgridonload();
});
</script>
<!-- End grid loader
-->

<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/javascripts/html5.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/javascripts/html5.js" type="text/javascript"></script>
<![endif]--> <![endif]-->

<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>


Expand Down
188 changes: 0 additions & 188 deletions build/includes/headsupgrid/hugrid.css

This file was deleted.

137 changes: 0 additions & 137 deletions build/includes/headsupgrid/hugrid.js

This file was deleted.

18 changes: 0 additions & 18 deletions build/includes/headsupgrid/jquery-1.6.2.min.js

This file was deleted.

0 comments on commit 3dcb40f

Please sign in to comment.