aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts
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
parent1cada77c08e23289dfff443d66cabbd92ec7e77d (diff)
downloadmitjafelicijan.com-050fbbdd276f9a0e91534f09e475a435d7ba65bc.tar.gz
Added pastebin, fixed content
Diffstat (limited to 'themes/simple/layouts')
-rwxr-xr-xthemes/simple/layouts/_default/list.html2
-rwxr-xr-xthemes/simple/layouts/partials/navigation.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index 6817125..e964c37 100755
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -6,7 +6,7 @@
6 <img class="h-12" src="/general/9logo.png" alt="Plan9 Logo"> 6 <img class="h-12" src="/general/9logo.png" alt="Plan9 Logo">
7 <div> 7 <div>
8 <p class="font-semibold">Baking on a Grill</p> 8 <p class="font-semibold">Baking on a Grill</p>
9 <p class="text-sm">Picoblog and experiments about/with Plan9 operating system and other silly things.</p> 9 <p class="text-sm">Experiments about/with Plan9 OS, other silly things and storage of random files.</p>
10 </div> 10 </div>
11 </a> 11 </a>
12 12
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>