diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index d9d9136f1cbf699f3bf3c670458c3415301eeb84..f2e333fab7b2aeca020f95b2c80a9ea8148a6822 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -2,14 +2,14 @@ {{ partial "search" . }} <section class="gdoc-nav--more"> - + <h2>Navigation</h2> <ul class="gdoc-nav__list"> <li><span class="flex"><strong>Basics</strong></span> <ul class="gdoc-nav__list"> + <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li> <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/about/">About Metacentrum cloud</a></span></li> <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/flavors">Flavors</a></span></li> - <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li> </ul> </li> </ul>