Skip to content

Commit

Permalink
Fixing English and Farsi bug in header.html (also changing name of fo…
Browse files Browse the repository at this point in the history
…lders to english and farsi)
  • Loading branch information
MDK84 committed Sep 17, 2024
1 parent 50f8783 commit 629c27e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
>
<div>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ .Site.BaseURL }}">Home</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `English Posts` | relURL }}">English Posts</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `Farsi Posts` | relURL }}">Farsi Posts</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `Search` | relURL }}">Search</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `english` | relURL }}">English Posts</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `farsi` | relURL }}">Farsi Posts</a>
<a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `search` | relURL }}">Search</a>
<!-- <a class="no-underline p-2 rounded hover:bg-gray-200 dark:hover:bg-gray-800" href="{{ `blog` | relURL }}">Blog</a> -->
</div>

Expand Down

0 comments on commit 629c27e

Please sign in to comment.