Use internal links for validation

This commit is contained in:
mo8it
2025-05-17 21:28:25 +02:00
parent a51d6f1309
commit 54a74fd638
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -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 %}