Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/main_menu.html')
-rw-r--r--layouts/partials/main_menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/main_menu.html b/layouts/partials/main_menu.html
index 185ff95..7c466e0 100644
--- a/layouts/partials/main_menu.html
+++ b/layouts/partials/main_menu.html
@@ -1,4 +1,4 @@
-<section id="main-menu-pane" class="row text-center main-menu">
+<section id="main-menu-pane" class="text-center main-menu">
{{ range sort .Site.Menus.main }}
<h4><a class="menu-item" href="{{ .URL }}">{{ .Name | lower }}</a></h4>
{{ end }}