diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-09-26 17:40:43 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-09-26 17:40:43 +0200 |
| commit | 583c01de122be399dcbf200ccc3f8bb8687c2cd1 (patch) | |
| tree | 8afa844c8e720fa09d70190168791bc177b4cae0 /layouts/partials/header.html | |
| parent | 9a1294965f82a112079f29447e5e04ecc1f5e4ed (diff) | |
Added the changes that allow for blogging
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..181c75e --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,8 @@ +<nav> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/posts">Posts</a></li> + <li><a href="https://gitlab.com/KaranJayachandra">Gitlab</a></li> + <li><a href="https://karanjayachandra.gitlab.io/cv">CV</a></li> + </ul> +</nav>
\ No newline at end of file |
