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