fix: remove on 404
This commit is contained in:
parent
19c863b007
commit
8234da161e
2 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
</head>
|
||||
|
||||
<body <?php body_class(); ?> id="site-wrapper">
|
||||
<?php if ( ! is_page_template( 'centred-page.php' ) ) : ?>
|
||||
<?php if ( ! is_page_template( 'centred-page.php' ) && ! is_404() ) : ?>
|
||||
<header id="site-header">
|
||||
<nav id="site-header-nav">
|
||||
<div class="site-header-nav-item"><a href="/"><h1>Ben Goldsworthy</a></div>
|
||||
|
|
Reference in a new issue