about summary refs log tree commit diff
path: root/users/fcuny/notes/layouts/partials
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-15 13:42:51 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-15 13:42:51 -0700
commit0d5e2812c71d9b76885a04c0167d0b59e4e4827d (patch)
tree819457c77c73024f5a8267236c68e9d2233ddb07 /users/fcuny/notes/layouts/partials
parentblog: replace github with git.fcuny.net (diff)
downloadworld-0d5e2812c71d9b76885a04c0167d0b59e4e4827d.tar.gz
CSS: use a class for the menu
We will have more use of the tag `nav` and we will need different styles
for it.
Diffstat (limited to 'users/fcuny/notes/layouts/partials')
-rw-r--r--users/fcuny/notes/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/layouts/partials/header.html b/users/fcuny/notes/layouts/partials/header.html
index f918823..508e259 100644
--- a/users/fcuny/notes/layouts/partials/header.html
+++ b/users/fcuny/notes/layouts/partials/header.html
@@ -1,5 +1,5 @@
 <header>
-  <nav>
+  <nav class='menu'>
     <a href="{{ .Site.Home.Permalink }}">{{ .Site.Home.Title }}</a>
     <ul>
       {{ $currentPage := . }}