diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
| commit | 9f5454bda6299db43a4e9de5b3716471388b81d9 (patch) | |
| tree | 1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /themes/simple/layouts/partials/header.html | |
| parent | e728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff) | |
| download | mitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz | |
Move blog to Hugo
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> | ||
