commit ca7596d77cc21b1639e03d245e0ea5ca3c6c4565 parent fc8f484fee507e39c7c603c075f9f270ac8132a2 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 22 Nov 2014 21:27:49 +0100 try to calibrate it Diffstat:
| M | themes/jumbotron/index.php | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -66,14 +66,14 @@ ?> <h1> <?php - echo "<a href='#' rel='bookmark'> $post_title </a>"; + echo "<a href='#' rel='bookmark'> $post_title </a></br></br>"; ?> </h1> <div> <?php - echo "<span class='theauthor'><a href='#' rel='author'>$post_author</a></span>"; - echo "<time>$post_date</time>"; - echo "<span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span>"; + echo "<span class='theauthor'><a href='#' rel='author'>$post_author</a></span> | "; + echo "<time>$post_date</time> | "; + echo "<span class='thecategory'><a href='#' rel='category tag'>$post_categrory</a></span></br>"; ?> </div> <div class="post-content image-caption-format-1">