diff options
Diffstat (limited to 'themes/simple')
| -rwxr-xr-x | themes/simple/layouts/_default/list.html | 2 | ||||
| -rwxr-xr-x | themes/simple/layouts/partials/navigation.html | 1 |
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> |
