diff options
author | Zach van Rijn <me@zv.io> | 2021-07-22 07:46:52 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-22 07:46:52 -0500 |
commit | 116d82b2e82c513402ec4d89054ae8fa561a34f4 (patch) | |
tree | 8cf986c0952f74f844ccdca00d9739ecb4f6d629 | |
parent | bb2018bc0d2c883e5eef6410e57636a1871b43b9 (diff) | |
download | blog-ng-116d82b2e82c513402ec4d89054ae8fa561a34f4.tar.gz blog-ng-116d82b2e82c513402ec4d89054ae8fa561a34f4.tar.bz2 blog-ng-116d82b2e82c513402ec4d89054ae8fa561a34f4.tar.xz blog-ng-116d82b2e82c513402ec4d89054ae8fa561a34f4.zip |
Remove masthead.
-rw-r--r-- | template-parts/header/header-main-layout.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template-parts/header/header-main-layout.php b/template-parts/header/header-main-layout.php index 918e80e..bf3eca0 100644 --- a/template-parts/header/header-main-layout.php +++ b/template-parts/header/header-main-layout.php @@ -111,9 +111,3 @@ <!-- end container --> </div> <!-- end Header --> - -<div class="section-xs"> - <div class="container text-center"> - <h3 class="font-family-secondary"><?php astra_masthead_content(); ?></h3> - </div><!-- end container --> -</div> |