aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/partials/header.html')
-rw-r--r--themes/simple/layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html
index e234615..4fefa0d 100644
--- a/themes/simple/layouts/partials/header.html
+++ b/themes/simple/layouts/partials/header.html
@@ -1,4 +1,4 @@
1<div class="container-blog"> 1<div class="container-blog 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">
3 <h3 class="flex-grow"> 3 <h3 class="flex-grow">
4 <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-200">Mitja Felicijan</a> 4 <a href="/" itemprop="url" class="text-xl font-bold hover:bg-yellow-200">Mitja Felicijan</a>
@@ -12,7 +12,7 @@
12 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-200">CV</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> 13 <a href="/books.html" class="font-medium px-2 hover:bg-yellow-200">Books</a>
14 14
15 <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-200">RSS</a> 15 <a href="/index.xml" itemprop="url" class="font-medium px-2 hover:bg-yellow-200 hidden md:block">RSS</a>
16 </nav> 16 </nav>
17 </header> 17 </header>
18</div> 18</div>