about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts
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
commitc9ae2f1b2ef43d288d370181b9e069e0ab1cd547 (patch)
tree2f49822acc3f8da3ac8d681956bb3b923d322453 /users/fcuny/blog/layouts
parentblog: replace github with git.fcuny.net (diff)
downloadworld-c9ae2f1b2ef43d288d370181b9e069e0ab1cd547.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 '')
-rw-r--r--users/fcuny/blog/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/layouts/partials/header.html b/users/fcuny/blog/layouts/partials/header.html
index f918823..508e259 100644
--- a/users/fcuny/blog/layouts/partials/header.html
+++ b/users/fcuny/blog/layouts/partials/header.html
@@ -1,5 +1,5 @@
 <header>
-  <nav>
+  <nav class='menu'>
     <a href="{{ .Site.Home.Permalink }}">{{ .Site.Home.Title }}</a>
     <ul>
       {{ $currentPage := . }}