|
|
@@ -6,10 +6,12 @@
|
|
|
<div class="beam">
|
|
|
<div class="container clearfix">
|
|
|
<div class="row">
|
|
|
- <div class="col-lg-1">
|
|
|
- <span class="tag tag-pill"><?php the_time("M"); ?><br><?php the_time("y"); ?></span>
|
|
|
- </div>
|
|
|
- <div class="col-lg-11">
|
|
|
+ <?php if(!in_category('Startseite')) { ?>
|
|
|
+ <div class="col-lg-1">
|
|
|
+ <span class="tag tag-pill"><?php the_time("M"); ?><br><?php the_time("y"); ?></span>
|
|
|
+ </div>
|
|
|
+ <?php } ?>
|
|
|
+ <div class="col-lg-11<?php if(in_category('Startseite')) { echo " offset-lg-1"; } ?>">
|
|
|
<h1><?php the_title(); ?></h1>
|
|
|
</div>
|
|
|
</div>
|