|
@@ -11,7 +11,7 @@
|
|
|
<span class="tag tag-pill"><?php the_time("M"); ?><br><?php the_time("y"); ?></span>
|
|
<span class="tag tag-pill"><?php the_time("M"); ?><br><?php the_time("y"); ?></span>
|
|
|
</div>
|
|
</div>
|
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
- <div class="col-lg-11<?php if(in_category('Startseite')) { echo " offset-lg-1"; } ?>">
|
|
|
|
|
|
|
+ <div class="<?php echo (in_category('Startseite') ? "col-lg-12" : "col-lg-11")?>">
|
|
|
<h1><?php the_title(); ?></h1>
|
|
<h1><?php the_title(); ?></h1>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -19,7 +19,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="container text-muted">
|
|
<div class="container text-muted">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
- <div class="col-lg-11 offset-lg-1">
|
|
|
|
|
|
|
+ <div class="<?php echo (in_category('Startseite') ? "col-lg-12" : "col-lg-11 offset-lg-1")?>">
|
|
|
<?php the_content(); ?>
|
|
<?php the_content(); ?>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|