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

Add required second parameter

parent f23d6961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ get_header();
<main>
    <?php
        the_post();
        get_template_part("components/article", array(
        get_template_part("components/article", null, array(
            "show_author" => false,
            "show_published_date" => false,
            "show_modified_date" => true
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ get_header();
<main>
    <?php 
        the_post();
        get_template_part("components/article", array(
        get_template_part("components/article", null, array(
            "show_author" => true,
            "show_published_date" => true,
            "show_modified_date" => true