Skip to content

Commit

Permalink
Merge pull request #79 from Codeinwp/fix/add-header-and-footer-on-the…
Browse files Browse the repository at this point in the history
…-404

Adds header & footer on the 404 template
  • Loading branch information
cristian-ungureanu authored Oct 25, 2023
2 parents 21359e2 + 2d0918a commit bfe8ee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/404.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- wp:template-part {"slug":"header","theme":"neve-fse","tagName":"header"} /-->

<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}}} -->
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:cover {"overlayColor":"ti-bg-inv","minHeight":100,"minHeightUnit":"vh","align":"full"} -->
<div class="wp-block-cover alignfull" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-ti-bg-inv-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"top":"64px","bottom":"64px"},"blockGap":"40px"}},"textColor":"ti-bg","layout":{"type":"constrained"}} -->
Expand All @@ -17,4 +19,6 @@ <h2 class="wp-block-heading has-text-align-center has-huge-font-size">404 - Page
<!-- /wp:buttons --></div>
<!-- /wp:group --></div></div>
<!-- /wp:cover --></main>
<!-- /wp:group -->
<!-- /wp:group -->

<!-- wp:template-part {"slug":"footer","theme":"neve-fse","tagName":"footer"} /-->

0 comments on commit bfe8ee1

Please sign in to comment.