Add post meta, styling tweaks, massive linting

This commit is contained in:
Ben Goldsworthy 2021-01-22 16:19:51 +00:00
parent 25e0067f05
commit 428552848f
27 changed files with 666 additions and 2177 deletions

18
404.php
View file

@ -1,18 +1,16 @@
<?php
/**
* The template for displaying 404 (not found) errors.
*
* @package WordPress
* @subpackage Omphaloskepsis
* @since Omphaloskepsis 1.0
*/
?>
/**
* The template for displaying 404 (not found) errors.
*
* @package Omphaloskepsis
* @since Omphaloskepsis 1.0
*/
<?php get_header(); ?>
get_header(); ?>
<main id="centred-page" role="main">
<h1>404.</h1>
<h2>That's &lsquo;computer&rsquo; for <q>Oops! Something went wrong!</q></h2>
<h2>That's <q>computer</q> for <q>Oops! Something went wrong!</q></h2>
</main><!-- .site-main -->
<?php get_footer(); ?>