aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-03 18:19:20 -0500
committerJesús <heckyel@hyperbola.info>2019-02-03 18:19:20 -0500
commitd38152dbef44e738480ac77d83fd9e2d57b585eb (patch)
tree1a6a0e0e01d0f8f86f3fafdec2c98cde0b504f58
parent24144018689aa1f67b6bf6ab1a116645d2f754db (diff)
downloadcl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.tar.lz
cl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.tar.xz
cl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.zip
The navigation role is unnecessary for element nav
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index fc36597..8ffc0de 100644
--- a/index.html
+++ b/index.html
@@ -252,7 +252,7 @@
<!-- pagination -->
<div class="pagination-style-custom">
- <nav class="pagination is-rounded is-centered" role="navigation" aria-label="pagination">
+ <nav class="pagination is-rounded is-centered" aria-label="pagination">
<a class="pagination-previous button is-button-grey">Previous</a>
<a class="pagination-next button is-button-grey">Next page</a>
<ul class="pagination-list">