summaryrefslogtreecommitdiff
path: root/website/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/404.html')
-rw-r--r--website/templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/404.html b/website/templates/404.html
index 9bbd441..234eb46 100644
--- a/website/templates/404.html
+++ b/website/templates/404.html
@@ -9,6 +9,6 @@
src="{{ get_url(path='images/panic.svg') | safe }}"
alt="">
- <a class="text-2xl font-bold" href="{{ get_url(path='/') }}">Back to homepage</a>
+ <a class="text-2xl font-bold" href="{{ get_url(path='@/_index.md') }}">Back to homepage</a>
</div>
{% endblock %}