Loading single.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ get_header(); </div> <footer> <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div> <div class="post-meta-timestamp"><?php echo get_the_date();?></div> <time><?php echo get_the_date();?></time> </footer> </article> </main> Loading style.css +2 −2 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ article .content img { height: auto; } article .post-meta-timestamp { article time { font-size: 0.7em; } Loading Loading @@ -433,7 +433,7 @@ main.list .post-title { top: -1.5em; } main.list .post-meta-timestamp { main.list time { position: absolute; top: 0.5em; right: 1em; Loading Loading
single.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ get_header(); </div> <footer> <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div> <div class="post-meta-timestamp"><?php echo get_the_date();?></div> <time><?php echo get_the_date();?></time> </footer> </article> </main> Loading
style.css +2 −2 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ article .content img { height: auto; } article .post-meta-timestamp { article time { font-size: 0.7em; } Loading Loading @@ -433,7 +433,7 @@ main.list .post-title { top: -1.5em; } main.list .post-meta-timestamp { main.list time { position: absolute; top: 0.5em; right: 1em; Loading