diff options
Diffstat (limited to 'themes/simple/layouts/partials/header.html')
| -rw-r--r-- | themes/simple/layouts/partials/header.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html new file mode 100644 index 0000000..e234615 --- /dev/null +++ b/themes/simple/layouts/partials/header.html | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | <div class="container-blog"> | ||
| 2 | <header class="flex py-4 mt-4 mb-6"> | ||
| 3 | <h3 class="flex-grow"> | ||
| 4 | <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-200">Mitja Felicijan</a> | ||
| 5 | </h3> | ||
| 6 | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> | ||
| 8 | <meta itemprop="name" content="Main Menu"> | ||
| 9 | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Git</a> | ||
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">Files</a> | ||
| 12 | <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-200">CV</a> | ||
| 13 | <a href="/books.html" class="font-medium px-2 hover:bg-yellow-200">Books</a> | ||
| 14 | |||
| 15 | <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">RSS</a> | ||
| 16 | </nav> | ||
| 17 | </header> | ||
| 18 | </div> | ||
