fix indentation

This commit is contained in:
IanDelMar 2022-10-20 08:14:09 +02:00
parent 7dab5c266b
commit e957d9810d
1 changed files with 5 additions and 5 deletions

View File

@ -17,16 +17,16 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="wrapper" id="wrapper-static-hero">
<div class="<?php echo esc_attr( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="<?php echo esc_attr( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="row">
<div class="row">
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
</div>
</div><!-- #wrapper-static-hero -->
<?php