windhamdavid 9 years ago
parent
commit
8f3b27714e
7 changed files with 8 additions and 8 deletions
  1. 0 1
      functions.php
  2. 0 1
      js/scripts-o.js
  3. 0 1
      js/skrollr.min.js
  4. 3 2
      page-desk.php
  5. 2 2
      style.css
  6. 0 0
      style.min.css
  7. 3 1
      underscore.php

+ 0 - 1
functions.php

@@ -76,7 +76,6 @@ function dw_scripts() {
 	
 	elseif ( is_page('music') ) {
 		//wp_enqueue_script( 'script-o', get_template_directory_uri() . '/js/script-o.js', 'jquery', '', true );
-		//wp_enqueue_script( 'script-o-min', get_template_directory_uri() . '/js/scripts-o.js', 'jquery', '', true );
 		wp_enqueue_script( 'scriptmin', get_template_directory_uri() . '/js/script.min.js', '', '', true );
 		wp_enqueue_script( 'amp', get_template_directory_uri() . '/js/amp.min.js', '', '', true );
 		wp_enqueue_script( 'chart', get_template_directory_uri() . '/js/chart.min.js', '', '', true );

File diff suppressed because it is too large
+ 0 - 1
js/scripts-o.js


File diff suppressed because it is too large
+ 0 - 1
js/skrollr.min.js


+ 3 - 2
page-desk.php

@@ -41,9 +41,10 @@ get_header(); ?>
 				<div itemscope="" itemtype="http://schema.org/BlogPosting" id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 					<div class="entry-content">
 						<div class="date">
-							<time datetime="<?php the_time('c');?>" itemprop="datePublished"><?php the_date('n/j/Y'); ?></time>		
+							<time class="updated" datetime="<?php the_time('c');?>" itemprop="datePublished"><?php the_date('n/j/Y'); ?></time>		
 						</div>
-						<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
+						<span class="author vcard"><span class="fn">David A. Windham</span></span>
+						<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
 						<?php the_content(); ?>
 						<div class="clear">&nbsp;</div>
 					</div>

+ 2 - 2
style.css

@@ -1897,8 +1897,8 @@ h2.entry-title {
 	float: right;
 	margin: 10px 150px 40px 0px;
 }
-.bypostauthor {
-	
+span.author {
+	display:none;
 }
 #inside h3 {
 	font: 16px "Courier New", Courier, mono;

File diff suppressed because it is too large
+ 0 - 0
style.min.css


+ 3 - 1
underscore.php

@@ -1,12 +1,14 @@
 <script type="text/html" id="content-template">
 	<article id="content" class="single" role="main">
+		<div itemscope="" itemtype="http://schema.org/BlogPosting" id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 		<div class="entry-content">
 		<header class="entry-header">
 			<div class="entry-meta">
 				<% postDate = new Date( post.date ); %>
 					<time class="date">
-						<% print( ( postDate.getMonth() + 1 ) + '/' + postDate.getDate() + '/' + postDate.getFullYear() ); %>
+						<time class="updated" datetime="<?php the_time('c');?>" itemprop="datePublished"><% print( ( postDate.getMonth() + 1 ) + '/' + postDate.getDate() + '/' + postDate.getFullYear() ); %></time>
 					</time>
+					<span class="author vcard"><span class="fn">David A. Windham</span></span>
 			</div>
 			<!-- ************ Replace these with the WP-APIv2 when it's out of beta *************** -->
 			<!-- ><h1 class="entry-title"><a href="<%= post.link %>" rel="bookmark"><%= post.title.rendered %></a></h1> -->

Some files were not shown because too many files changed in this diff