Commit 8bf89aca authored by Jakob Moser's avatar Jakob Moser
Browse files

Replace echo get_the_date with the_date

parent 4890dc99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ get_header();
        </div>
        <footer>
            <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div>
            <time><?php echo get_the_date();?></time>
            <time><?php the_date();?></time>
        </footer>
    </article>
</main>