Fixed syntax error

This commit is contained in:
Paul Pacheco 2018-12-19 10:08:32 -06:00
parent d89ecf0ee0
commit c945940ad1

View File

@ -6,6 +6,6 @@ title: Error 404
<div id="home" class="grid post"> <div id="home" class="grid post">
<div class="unit whole"> <div class="unit whole">
<h1>Sorry. Looks like the page you requested does not exist.</h1> <h1>Sorry. Looks like the page you requested does not exist.</h1>
<p style="text-align:center"><a href="{{ / | relative_url }}">Go back</a></p> <p style="text-align:center"><a href="{{ "/" | relative_url }}">Go back</a></p>
</div> </div>
</div> </div>