summaryrefslogtreecommitdiff
path: root/website/templates/404.html
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 21:28:25 +0200
committermo8it <mo8it@proton.me>2025-05-17 21:28:25 +0200
commit54a74fd63810020806161d5ed030810039735ea2 (patch)
tree1a5d44f1aa38c4b763fa8b794788c25ea5485d54 /website/templates/404.html
parenta51d6f1309b986c270d781b08f6949f29806b18a (diff)
Use internal links for validation
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 %}