Merge pull request #60 from zoerooney/master

Added class 'clearfix' to page-header
This commit is contained in:
Justin Walsh 2013-08-02 08:12:47 -07:00
commit c526491eab
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if ($homepage && $homepage_url !== '/') {
<div class="content-page">
<article>
<?php if($options['date_modified'] && isset($page['modified'])) { ?>
<div class="page-header sub-header">
<div class="page-header sub-header clearfix">
<h1><?php echo $page['title'];?></h1>
<span style="float: left; font-size: 10px; color: gray;">
<?php echo date("l, F j, Y", $page['modified']);?>