diff options
Diffstat (limited to 'templates/404.html')
-rw-r--r-- | templates/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/404.html b/templates/404.html index d885ede..94a6247 100644 --- a/templates/404.html +++ b/templates/404.html @@ -37,7 +37,7 @@ <h1>404</h1> <p>Oops, police door not found...</p> <p class="btn-404"> - <a href="{{config.base_url}}"> + <a href="{{ config.base_url }}"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"> @@ -46,7 +46,7 @@ </svg> Home </a> - <a href='{{config.base_url}}/posts'> + <a href='{{ config.base_url }}/posts'> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"> |