File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< header class ="fixed top-0 left-0 right-0 bg-white/80 backdrop-blur-md z-50 border-b border-gray-100 ">
22 < nav class ="max-w-4xl mx-auto px-6 py-4 ">
33 < div class ="flex items-center justify-between ">
4- < a href ="{{ '/' | relative_url }} " class ="text-xl font-semibold text-gray-900 hover:text-gray-700 transition-colors ">
5- {{ site.title | split: ' |' | first | default: "Your Name" }}
4+ < a href ="{{ '/' | relative_url }} " class ="h-auto w-[170px] ">
5+ < img
6+ src ="/assets/lombokdev/images/logo.svg "
7+ class ="w-full h-auto "
8+ />
69 </ a >
710
811 < div class ="hidden md:flex items-center space-x-8 ">
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > {{ page.title | default: site.title }}</ title >
77 < meta name ="description " content ="{{ page.description | default: site.description }} ">
8+ < link rel ="icon " href ="/favicon.ico " />
9+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon.png " />
10+ < link rel ="icon " type ="image/png " sizes ="48x48 " href ="/favicon-48x48.png " />
811
912 <!-- Tailwind CSS -->
1013 < script src ="https://cdn.tailwindcss.com "> </ script >
You can’t perform that action at this time.
0 commit comments