
* Masu: Initial commit * Remove a ref from navigation * Masu: Changed colour names * Masu: Change colour name * Masu: Fancy comments * Masu: Remove ref from navigation * More changes * Masu: Fix a typo * Masu: Add a pattern for comments * Masu: Move post meta so that they are visually aligned with post title * Masu: Constrained post navigation width * Masu: Reduce spacing above post navigation * Masu: Remove unnecessary __unstableLocation from navigation. * Masu: Change colour name to the current standard * Masu: Adjust spacing between social icons in footer * Masu: Remove the default background colour from submenu * Masu: Add background colour to submenu
14 lines
458 B
PHP
14 lines
458 B
PHP
<?php
|
|
/**
|
|
* Title: A 404 page
|
|
* Slug: masu/404
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:heading {"level":1,"fontSize":"normal"} -->
|
|
<h1 class="has-normal-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'masu' ); ?></h1>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:paragraph -->
|
|
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'masu' ); ?></p>
|
|
<!-- /wp:paragraph -->
|