rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit ce7678f7bd8c09385905f16c0c12b5a0f4a04265
parent 583512fa466df18b50f9a10d5fd2e16e12299ef2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Nov 2014 21:30:55 +0100

don't know what to write here :D

Diffstat:
Mthemes/jumbotron/index.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -66,22 +66,22 @@ ?> <h1> <?php - echo "<a href='#' rel='bookmark'> $post_title </a></br>"; + echo "<a href='#' rel='bookmark'> $post_title </a>"; ?> </h1> <div> - <h2> + <h4> <?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></br>"; ?> - </h2> + </h4> </div> <div class="post-content image-caption-format-1"> </a> <?php - echo "$post_text"; + echo "$post_text</br>"; ?> </div> <p><a class="btn btn-primary btn-lg" href="http://rpicms.readthedocs.org/de/develop/features/themes.html" role="button">Learn more &raquo;</a></p>