Merge pull request #1175 from c2itllc/master

Update hEntry schema to use `updated` instead of `published`
This commit is contained in:
Ben Word
2014-10-21 00:46:36 -05:00

View File

@@ -1,2 +1,2 @@
<time class="published" datetime="<?php echo get_the_time('c'); ?>"><?php echo get_the_date(); ?></time>
<time class="updated" datetime="<?php echo get_the_time('c'); ?>"><?php echo get_the_date(); ?></time>
<p class="byline author vcard"><?php echo __('By', 'roots'); ?> <a href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>" rel="author" class="fn"><?php echo get_the_author(); ?></a></p>