themes/codex: try fixing aria attributes

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-18 21:45:13 +05:30
parent 6cefc0b26e
commit 591a6d0ee2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<nav class="nav" role="navigation">
<nav class="nav" id="navigation">
<ul class="nav__list">
{{ $currentPage := . }}
{{ range .Site.Menus.main }}