diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-08 16:22:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-08 16:22:20 +0200 |
| commit | 8312222e13c2e075e8b1996eae42a784c9a33ad4 (patch) | |
| tree | fe188089ce31c1768b1bbaa5e54251ba44b904b1 | |
| parent | fa2e352c3763794006cb30c3036ebf9e5b08bcc4 (diff) | |
| download | mitjafelicijan.com-8312222e13c2e075e8b1996eae42a784c9a33ad4.tar.gz | |
Changes to header
| -rw-r--r-- | themes/simple/layouts/partials/header.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html index 1b1f279..8cebff0 100644 --- a/themes/simple/layouts/partials/header.html +++ b/themes/simple/layouts/partials/header.html | |||
| @@ -1,21 +1,22 @@ | |||
| 1 | <div class="container-blog mx-auto px-6 md:p-0"> | 1 | <div class="container-blog mx-auto px-6 md:p-0"> |
| 2 | <header class="flex py-4 mt-4 mb-6"> | 2 | <header class="flex py-4 mt-4 mb-6 flex-col md:flex-row items-center "> |
| 3 | <h3 class="flex-grow"> | 3 | <h3 class="flex-grow mb-2 md:mb-0"> |
| 4 | <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-100">Mitja Felicijan</a> | 4 | <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-100">Mitja Felicijan</a> |
| 5 | </h3> | 5 | </h3> |
| 6 | 6 | ||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="/yap/feed.xml" rel="noopener nofollow" itemprop="url" class="hidden md:flex items-center gap-1 font-medium px-2 hover:bg-yellow-100"> | 10 | <a href="/yap/feed.xml" rel="noopener nofollow" itemprop="url" class="flex items-center gap-1 font-medium px-2 hover:bg-yellow-100"> |
| 11 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-3 h-3"> | 11 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-3 h-3"> |
| 12 | <path d="M11.983 1.907a.75.75 0 00-1.292-.657l-8.5 9.5A.75.75 0 002.75 12h6.572l-1.305 6.093a.75.75 0 001.292.657l8.5-9.5A.75.75 0 0017.25 8h-6.572l1.305-6.093z" /> | 12 | <path d="M11.983 1.907a.75.75 0 00-1.292-.657l-8.5 9.5A.75.75 0 002.75 12h6.572l-1.305 6.093a.75.75 0 001.292.657l8.5-9.5A.75.75 0 0017.25 8h-6.572l1.305-6.093z" /> |
| 13 | </svg> | 13 | </svg> |
| 14 | <span>Microblog</span> | 14 | <span class="hidden md:block">Microblog</span> |
| 15 | <span class="block md:hidden">Microblog</span> | ||
| 15 | </a> | 16 | </a> |
| 16 | 17 | ||
| 17 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> | 18 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> |
| 18 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> | 19 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100 hidden md:block">Files</a> |
| 19 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> | 20 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> |
| 20 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> | 21 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-100">Books</a> |
| 21 | 22 | ||
