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 }}