Commit 1b8bcf94 authored by Jakob Moser's avatar Jakob Moser
Browse files

Improve DOM on page.php

parent 65a0c178
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ get_header();
            <?php the_content(); ?>
        </div>
        <footer>
            <time>Zuletzt geändert: <?php the_modified_date(); ?></time>
            <div class="modified date">Zuletzt geändert: <time><?php the_modified_date(); ?></time></div>
        </footer>
    </article>
</main>