diff options
| -rw-r--r-- | layouts/404.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/layouts/404.html b/layouts/404.html index 15c8a62..a1790df 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -4,9 +4,9 @@      <div>          <h1> typo? </h1> -        <p> Click <a href="/"> here </a> to return to home </p> +        <p> Click <a href="/">here</a> to return to home </p>      </div>  </div> -{{ end }}
\ No newline at end of file +{{ end }} | 
