Loading single.php +2 −2 Original line number Diff line number Diff line Loading @@ -36,8 +36,8 @@ get_header(); <?php the_content(); ?> </div> <footer> <div class="post-meta-author"><?php the_author_meta('display_name'); ?></div> <time><?php the_date(); ?></time> <div class="author"><?php the_author_meta('display_name'); ?></div> <div class="published date"><time><?php the_date(); ?></time></div> </footer> </article> </main> Loading style.css +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ article .content img { height: auto; } article footer time { article footer .date { font-size: 0.7em; display: block; } Loading Loading
single.php +2 −2 Original line number Diff line number Diff line Loading @@ -36,8 +36,8 @@ get_header(); <?php the_content(); ?> </div> <footer> <div class="post-meta-author"><?php the_author_meta('display_name'); ?></div> <time><?php the_date(); ?></time> <div class="author"><?php the_author_meta('display_name'); ?></div> <div class="published date"><time><?php the_date(); ?></time></div> </footer> </article> </main> Loading
style.css +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ article .content img { height: auto; } article footer time { article footer .date { font-size: 0.7em; display: block; } Loading