Fix home -> home.index error in documentation page

This commit is contained in:
Peter Stockings
2025-11-17 21:30:11 +11:00
parent ffe1e1c160
commit 65b35813d2

View File

@@ -41,7 +41,7 @@
<div class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 px-2 py-2 lg:py-6"> <div class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 px-2 py-2 lg:py-6">
<div class="pl-4 flex items-center"> <div class="pl-4 flex items-center">
<a class="text-white no-underline hover:no-underline font-bold text-2xl lg:text-4xl" <a class="text-white no-underline hover:no-underline font-bold text-2xl lg:text-4xl"
href="{{ url_for('home') }}"> href="{{ url_for('home.index') }}">
<svg class="h-10 w-10 inline-block fill-current text-yellow-700" <svg class="h-10 w-10 inline-block fill-current text-yellow-700"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<path d="M13 8V0L8.11 5.87 3 12h4v8L17 8h-4z"></path> <path d="M13 8V0L8.11 5.87 3 12h4v8L17 8h-4z"></path>
@@ -54,7 +54,7 @@
<ul class="list-reset lg:flex justify-end flex-1 items-center"> <ul class="list-reset lg:flex justify-end flex-1 items-center">
<li class="mr-3"> <li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4" <a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="{{ url_for('home') }}">Home</a> href="{{ url_for('home.index') }}">Home</a>
</li> </li>
<li class="mr-3"> <li class="mr-3">
<a class="inline-block py-2 px-4 text-black font-bold no-underline" <a class="inline-block py-2 px-4 text-black font-bold no-underline"