diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-16 09:17:35 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-16 09:17:35 -0800 |
| commit | 6cec505270210327498736c9d9828f14e1302b4b (patch) | |
| tree | 0ca6d4d4bfdd11be312c25d53d6427dbbeab5ae1 /layouts/partials/header.html | |
| parent | note: update list of chipset for alder lake (diff) | |
| download | fcuny.net-6cec505270210327498736c9d9828f14e1302b4b.tar.gz | |
layout: improve readability and remove /notes
The notes will be moved to a different site/repository, with their own
style.
Update the index page to make it more readable. Make the header more
visible with fewer links.
Add a footer, with links using SVG icons.
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index dede0ae..65900eb 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,12 +1,10 @@ <header> - <nav class="navbar"> - <a href="{{ .Site.BaseURL }}"> - fcuny.net - </a> + <nav class="navbar"> + <a class="nav-bold" href="{{ .Site.BaseURL }}">~/blog</a> <ul class="nav-links"> - {{ range .Site.Menus.main }} - <li class="nav-item"><a href="{{ absURL .URL }}">{{ .Title }}</a></li> - {{ end }} + {{ range .Site.Menus.main }} + <li class="nav-item"><a class="nav-bold" href="{{ absURL .URL }}">{{ .Title }}</a></li> + {{ end }} </ul> </nav> </header> |
