Skip to content

Commit

Permalink
fix: 404 template HP link
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Dec 2, 2024
1 parent 11d3aef commit eecb97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/layouts/_default/404.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{%- else ~%}
<h1>{% trans %}Page not found{% endtrans %}</h1>
<p>{% trans %}Looks like you've followed a broken link or entered a URL that doesn't exist on this site.{% endtrans %}<p>
<p><a href="/">{% trans %}Back to home page{% endtrans %}</a></p>
<p><a href="{{ url(site.home) }}">{% trans %}Back to home page{% endtrans %}</a></p>
{%- endif ~%}
{%- endblock ~%}

0 comments on commit eecb97f

Please sign in to comment.