Commit e436c468 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use correct function to get the date

parent 0ecbf901
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_time(); ?></time>
            <time>Zuletzt geändert: <?php the_modified_date(); ?></time>
        </footer>
    </article>
</main>