From b6f17f1113e1cee778e4b88c42e0ac347b358fe8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 14 Jan 2020 23:38:31 +0100 Subject: [PATCH] fix wrong class name for page navigation button --- CHANGELOG.md | 8 +------- layouts/partials/page-footer.html | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519a6ef..ebd7683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,2 @@ -- FEATURE - - add `geekdocHidden` param to exclude pages/sections from rendered file-tree menu - - add `geekdocFlatSection` param to include only section link into rendered file-tree menu - - add `geekdocBreadcrumb` param to control breadcrumb naviation - - add `geekdocNextPrev` param to page navigation links - BUGFIX - - normalize variable and parameter names - - fix `geekdocLogo` param and custom logo handling + - fix wrong class name for page navigation button diff --git a/layouts/partials/page-footer.html b/layouts/partials/page-footer.html index 0de3d81..6a19dba 100644 --- a/layouts/partials/page-footer.html +++ b/layouts/partials/page-footer.html @@ -53,7 +53,7 @@ {{ with ($current.Scratch.Get "nextPage") }} - {{ .Name }} + {{ .Name }} {{ end }} {{ end }}