aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/navigation.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-19 16:21:17 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-19 16:21:17 +0200
commit050fbbdd276f9a0e91534f09e475a435d7ba65bc (patch)
tree85efdc20bc72de0f72207653763221d5129004e6 /themes/simple/layouts/partials/navigation.html
parent1cada77c08e23289dfff443d66cabbd92ec7e77d (diff)
downloadmitjafelicijan.com-050fbbdd276f9a0e91534f09e475a435d7ba65bc.tar.gz
Added pastebin, fixed content
Diffstat (limited to 'themes/simple/layouts/partials/navigation.html')
-rwxr-xr-xthemes/simple/layouts/partials/navigation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html
index fee6259..adabc9a 100755
--- a/themes/simple/layouts/partials/navigation.html
+++ b/themes/simple/layouts/partials/navigation.html
@@ -10,6 +10,7 @@
10 <a href="https://telegram.me/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Telegram</a> 10 <a href="https://telegram.me/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Telegram</a>
11 <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://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a>
12 <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="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a>
13 <a href="/pastebin.html" class="font-medium px-2 hover:bg-yellow-100">Pastebin</a>
13 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> 14 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a>
14 <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> 15 <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a>
15 </nav> 16 </nav>