about summary refs log tree commit diff stats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 21:33:51 +0100
committerAlan Pearce2020-01-06 21:34:07 +0100
commit6365d4b5a9a28222c4b14237f53adb1bee367083 (patch)
tree8c26f0c186a842de7c3da70568ee7f7a41fdf3fc /layouts/_default/baseof.html
parentccbf84f5d6a14968fe1a218f344b729365f39512 (diff)
downloadhugo-xmin-6365d4b5a9a28222c4b14237f53adb1bee367083.tar.lz
hugo-xmin-6365d4b5a9a28222c4b14237f53adb1bee367083.tar.zst
hugo-xmin-6365d4b5a9a28222c4b14237f53adb1bee367083.zip
Improve semanticity
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index b525b04..3e886a9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -12,7 +12,7 @@
 
   <body>
     <nav>
-      <ul class="menu">
+      <ul>
         {{ range .Site.Menus.main }}
         <li><a href="{{ .URL | relURL }}">{{ .Name }}</a></li>
         {{ end }}