Skip to content

Commit

Permalink
refactor: Update About page links to use absolute URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Aug 29, 2024
1 parent 65ea5f4 commit 43eb29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1 class="text-white text-2xl">The La Sfera Project</h1>

<span class="text-white">&middot;</span>
<li class="relative">
<a href="{% slugurl 'about' %}"><button class="hover:underline inline-flex items-center">About</button></a>
<a href="/pages/about/"><button class="hover:underline inline-flex items-center">About</button></a>
</li>
</ul>
</nav>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h1 class="text-white text-2xl">The La Sfera Project</h1>
<span class="text-white">&middot;</span>

<li class="relative">
<a href="{% slugurl 'about' %}"><button class="hover:underline inline-flex items-center">About</button></a>
<a href="/pages/about/"><button class="hover:underline inline-flex items-center">About</button></a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit 43eb29b

Please sign in to comment.