Changeset 21674
- Timestamp:
- 08/30/2012 07:27:27 PM (14 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
-
content-image.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/content-image.php
r21670 r21674 15 15 16 16 <footer class="entry-meta"> 17 <h1><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> 18 <h2><?php echo get_the_date(); ?></h2> 17 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"> 18 <h1><?php the_title(); ?></h1> 19 <h2><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>" pubdate><?php the_date(); ?></time></h2> 20 </a> 19 21 </footer><!-- .entry-meta --> 20 22 </article><!-- #post --> -
trunk/wp-content/themes/twentytwelve/style.css
r21668 r21674 976 976 line-height: 2.181818182; 977 977 } 978 article.format-image footer a h2 { 979 font-weight: normal; 980 } 978 981 979 982 /* Link posts */
Note: See TracChangeset
for help on using the changeset viewer.