diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:21:15 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:21:15 +0200 |
| commit | e20ea53ab2beea779c67852a6ccd4e3b18910c10 (patch) | |
| tree | 64034d6361c405ef920183d34c0062c441343bb5 /themes/simple | |
| parent | f5aca01234a5eca2000dd8ca6c58262568e422a8 (diff) | |
| download | mitjafelicijan.com-e20ea53ab2beea779c67852a6ccd4e3b18910c10.tar.gz | |
Added Telegram link to navigation
Diffstat (limited to 'themes/simple')
| -rwxr-xr-x | themes/simple/layouts/partials/navigation.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index a463ade..fee6259 100755 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html | |||
| @@ -7,12 +7,11 @@ | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1" role="toolbar"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1" role="toolbar"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" | 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 | 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" | 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 | class="font-medium px-2 hover:bg-yellow-100">Files</a> | ||
| 14 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> | 13 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> |
| 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> | 14 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">RSS</a> |
| 16 | </nav> | 15 | </nav> |
| 17 | </header> | 16 | </header> |
| 18 | </div> \ No newline at end of file | 17 | </div> |
