Fix home -> home.index error in documentation page
This commit is contained in:
@@ -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="pl-4 flex items-center">
|
||||
<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"
|
||||
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
||||
<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">
|
||||
<li class="mr-3">
|
||||
<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 class="mr-3">
|
||||
<a class="inline-block py-2 px-4 text-black font-bold no-underline"
|
||||
|
||||
Reference in New Issue
Block a user