diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index a5b51a2a05dbdb8b221c02491726e9a6b829bbc3..33a82531f2c767268dcd4f6e68df96edf08bca64 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,16 +1,10 @@ -<nav class="navbar navbar--light navbar--fixed-top"> +<nav class="navbar navbar--fixed-top"> <div class="navbar__inner"> - <div class="navbar__items navbar__items--left navbarItems_1xGM"> + <div class="navbar__items navbar__items--left"> <a aria-current="page" class="navbar__brand active" href="/"> <img class="navbar__logo logo--light" src="/images/logo-header-light.png" alt="{{ site.Params.siteName }}"> <img class="navbar__logo logo--dark" src="/images/logo-header-dark.png" alt="{{ site.Params.siteName }}"> </a> - <div aria-label="Navigation bar toggle" class="navbar__toggle" role="button" tabindex="0"> - <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" role="img" focusable="false"> - <title>Menu</title> - <path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path> - </svg> - </div> </div> <div class="navbar__items navbar__items--right"> <input class="menu-btn" type="checkbox" id="menu-btn" /> @@ -22,7 +16,7 @@ <li class="navbar-menu-item"><a class="navbar__item navbar__link" href="{{ .Permalink }}">{{ .Title }}</a></li> {{ end }} {{ end }} - <li class="navbar-menu-item"><a class="displayOnlyInLargeViewport_16CL button button--primary" href={{ site.Params.repoUrl }}>MY GIT →</a></li> + <li class="navbar-menu-item"><a class="button button--primary" href={{ site.Params.repoUrl }}>MY GIT →</a></li> </ul> </div> </div> diff --git a/layouts/partials/top_list_generic.html b/layouts/partials/top_list_generic.html index 531ab5c542ea3fed405a824064367164c4bf623c..1fd5cc813ad5bd4e554930e223451d260e03cedc 100644 --- a/layouts/partials/top_list_generic.html +++ b/layouts/partials/top_list_generic.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} -<body class="list h-feed"> +<body class="list"> <div> {{ partial "menu.html" . }} <div class="main-wrapper"> @@ -9,4 +9,4 @@ </h2> </div> </header> - <main class="hfeed container" id="content" role="main"> + <main class="container" id="content" role="main"> diff --git a/layouts/partials/top_list_taxonomy.html b/layouts/partials/top_list_taxonomy.html index 0aa5df05c68717d972fbd522e92c6ea984ec2c9d..0fd791561d5dfc528464727edd9c09f5fbe0ad3b 100644 --- a/layouts/partials/top_list_taxonomy.html +++ b/layouts/partials/top_list_taxonomy.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} -<body class="list h-feed"> +<body class="list"> <div> {{ partial "menu.html" . }} <div class="main-wrapper"> @@ -9,4 +9,4 @@ </h2> </div> </header> - <main class="hfeed container" id="content" role="main"> + <main class="container" id="content" role="main"> diff --git a/layouts/partials/top_single.html b/layouts/partials/top_single.html index c0b45779ba0cedc6b2d84b31dbbc53af5ec6d4e0..ba487531b3841c9eac4f32f73aef9ca5ed6a8f5f 100644 --- a/layouts/partials/top_single.html +++ b/layouts/partials/top_single.html @@ -14,4 +14,4 @@ </h2> </div> </header> - <main class="hfeed container" id="content" role="main"> + <main class="container" id="content" role="main">