Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed May 19, 2024
1 parent b2ef1fc commit baf624d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/wp-content/themes/lfevents/404.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<?php get_template_part( 'template-parts/non-event-hero' ); ?>
<div class="entry-content container wrap">
<div class="callout warning">
<p>The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
<p>Yikes!</p>
</div>

<p>Please try the following!</p>
<ul>
<li>Check your spelling
</li>
<li>Return to the <a href="<?php echo esc_url(home_url() ); ?>">homepage</a></li>
<li>Return to the <a href="<?php echo esc_url( home_url() ); ?>">homepage</a></li>
<li>Click the <a href="javascript:history.back()">Back</a> button
</li>
</ul>
Expand Down

0 comments on commit baf624d

Please sign in to comment.