aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-24 23:51:48 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2023-11-24 23:51:48 +0100
commita82f0919d535ba5d86abfbe653bad8ba0fdcf51f (patch)
tree7df1d0bc1898d52bcca159854da48524e95c548d /layouts/partials/header.html
parentdf5575079b87aeab1e1f14a6912ff3388f16e50a (diff)
More development
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 13b2722..55002b1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1 +1,13 @@
-<h1>CostasDEV</h1> \ No newline at end of file
+<header>
+ <h1>
+ <a href="{{ .Site.Home.RelPermalink }}">
+ CostasDEV
+ </a>
+ </h1>
+
+ <nav>
+ {{ range .Site.Home.Pages }}
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ {{ end }}
+ </nav>
+</header> \ No newline at end of file