
* Tu: Initial commit * Tu: Remove ref from navigation * Tu: Rename front-page.html and change the inherit option for the post list pattern * Tu: Make sure the footer pattern is full-width
14 lines
457 B
PHP
14 lines
457 B
PHP
<?php
|
|
/**
|
|
* Title: Hidden 404
|
|
* Slug: tu/hidden-404
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:heading {"level":1,"fontSize":"large"} -->
|
|
<h1 class="has-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'tu' ); ?></h1>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:paragraph -->
|
|
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'tu' ); ?></p>
|
|
<!-- /wp:paragraph -->
|