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

Try fixing broken footer content

parent 46956385
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,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="post-meta-author"><?php the_author_meta('display_name', $post->post_author);?></div>
            <time><?php echo get_the_date();?></time>
        </footer>
    </article>
</main>
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.3.1-beta.1
 * Version: 1.3.1-beta.2
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html