diff options
author | Zach Berwaldt <17715430+zberwaldt@users.noreply.github.com> | 2023-10-20 22:58:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 22:58:33 -0400 |
commit | c516745d0dc2c6a51777ef00ef116c1b26e95ec7 (patch) | |
tree | adcce31c689d3e63ab3ea8bd36f9ac384eca4cad /layouts/partials/header.html | |
parent | b34e09f8fe1011963934dbf40dc92f0b258592ca (diff) | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
Develop
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4a9ae70..0137db1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html | |||
@@ -1,13 +1,9 @@ | |||
1 | <header> | 1 | <header> |
2 | <div class="container"> | 2 | <div class="container"> |
3 | <nav> | 3 | <nav id="nav-main" class="flex wrap"> |
4 | <ul> | 4 | <div class='wordmark'> |
5 | <li> | 5 | {{ .Site.Title }} |
6 | <strong> | 6 | </div> |
7 | {{ .Site.Title }} | ||
8 | </strong> | ||
9 | </li> | ||
10 | </ul> | ||
11 | <ul> | 7 | <ul> |
12 | {{ range .Site.Menus.main }} | 8 | {{ range .Site.Menus.main }} |
13 | <li><a href="{{ .URL }}">{{ .Name }}</a></li> | 9 | <li><a href="{{ .URL }}">{{ .Name }}</a></li> |
@@ -15,4 +11,4 @@ | |||
15 | </ul> | 11 | </ul> |
16 | </nav> | 12 | </nav> |
17 | </div> | 13 | </div> |
18 | </header> \ No newline at end of file | 14 | </header> |