use json files to store data/ get css to work
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{{ block "header" .}}
|
||||
<header class="bg-white shadow-md">
|
||||
<nav class="container mx-auto flex justify-between items-center py-4 px-6">
|
||||
<a href="#" class="text-xl font-bold text-blue-600">Your Name</a>
|
||||
<a href="#" class="text-xl font-bold text-blue-600">Dilanka Herath</a>
|
||||
<div class="space-x-6">
|
||||
<a
|
||||
id="aboutNavLink"
|
||||
hx-get="/"
|
||||
hx-target="#content"
|
||||
hx-push-url="true"
|
||||
class="nav-link active"
|
||||
class="nav-link"
|
||||
>About</a
|
||||
>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user