diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-12 01:10:46 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-12 01:10:46 +0100 |
| commit | 8c7fd01eb321d032b2bdc6d5d31d41a6d7b2de29 (patch) | |
| tree | 6bc82693c390ad48689b8038b4fdda256cd4e323 /themes/simple/layouts/partials/navigation.html | |
| parent | 3ed2f4ef720a1ccb56c61a1cd49c022baf4e7fdf (diff) | |
| download | mitjafelicijan.com-8c7fd01eb321d032b2bdc6d5d31d41a6d7b2de29.tar.gz | |
Some changes
Diffstat (limited to 'themes/simple/layouts/partials/navigation.html')
| -rwxr-xr-x | themes/simple/layouts/partials/navigation.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index c85f417..ba727c5 100755 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html | |||
| @@ -10,8 +10,6 @@ | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> | 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> |
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> | 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> |
| 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> | 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> |
| 13 | <!-- <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> --> | ||
| 14 | |||
| 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> | 13 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> |
| 16 | </nav> | 14 | </nav> |
| 17 | </header> | 15 | </header> |
