diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:14:56 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:14:56 -0700 |
| commit | 9104c84a906f79611109565f01d26425f224cf9b (patch) | |
| tree | 0ac02f002979ba55596d07f66ca160384a9995e3 /layouts/partials/header.html | |
| parent | build(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 (diff) | |
| download | fcuny.net-9104c84a906f79611109565f01d26425f224cf9b.tar.gz | |
simplify the layout
Get rid of the navigation bar, remove a number of elements, put more
things on the main page. Clean up the CSS.
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 8f8156a..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,10 +0,0 @@ -<header> - <nav class="navbar"> - <a class="nav-bold" href="{{ .Site.BaseURL }}">about</a> - <ul class="nav-links"> - {{ range .Site.Menus.main }} - <li class="nav-item"><a class="nav-bold" href="{{ absURL .URL }}">{{ .Title }}</a></li> - {{ end }} - </ul> - </nav> -</header> |
