Example #1
0
        echo date('M j', $page->date());
        ?>
<span><?php 
        echo date('S', $page->date());
        ?>
</span> <?php 
        echo date('Y', $page->date());
        ?>
</time></a>
            ยท
            <?php 
        foreach (explode(',', $page->contributors()) as $contributor) {
            ?>
            <a href="https://github.com/<?php 
            echo trim($contributor);
            ?>
" target="_blank" class="github-contributor"><span class="github-username"><?php 
            echo trim($contributor);
            ?>
</span></a>
            <?php 
        }
        ?>
        </div>
    </div>
</article>
<?php 
    }
}
GlobalContainer::set('page', $cache);
template('footer');