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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header/base.html')
-rw-r--r--layouts/partials/header/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header/base.html b/layouts/partials/header/base.html
index 1db2076..98b03f6 100644
--- a/layouts/partials/header/base.html
+++ b/layouts/partials/header/base.html
@@ -1,4 +1,4 @@
-<nav class="header__menu" next-page-hide>
+<nav class="header__menu" {{ if .IsPage }}next-page-hide{{ end }}>
<a class="header__menu__logo" data-rel="prefetch" href="{{ "" | absLangURL }}" aria-label="{{ i18n "goBackHome" }}">
{{- partial "header/logo.html" . -}}
</a>