
* Initial commit and remove theme attribute. * Rename to awburn. * Add home template. * Remove comments. * Escape patterns. * Update to reference patterns. * Version bump. * Consolidate footer patterns. * Fix home. * Rename images. * Convert to webp and compress. * Add font license info. * Add layout constrain to post content. * Image license credits and missing image. * Bump version.
17 lines
1 KiB
PHP
17 lines
1 KiB
PHP
<?php
|
||
/**
|
||
* Title: 404
|
||
* Slug: awburn/404
|
||
* Inserter: no
|
||
*/
|
||
?>
|
||
|
||
<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"},"padding":{"bottom":"180px"}}},"layout":{"type":"constrained"}} -->
|
||
<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60);padding-bottom:180px"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
|
||
<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
|
||
<h1 class="wp-block-heading alignwide has-text-align-left has-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'awburn' ); ?></h1>
|
||
<!-- /wp:heading -->
|
||
|
||
<!-- wp:paragraph -->
|
||
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'awburn' ); ?></p>
|
||
<!-- /wp:paragraph -->
|