fix wrong class name for page navigation button

This commit is contained in:
Robert Kaussow 2020-01-14 23:38:31 +01:00
parent 5bcf85ae3a
commit b6f17f1113
2 changed files with 2 additions and 8 deletions

View file

@ -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 - BUGFIX
- normalize variable and parameter names - fix wrong class name for page navigation button
- fix `geekdocLogo` param and custom logo handling

View file

@ -53,7 +53,7 @@
</span> </span>
<span> <span>
{{ with ($current.Scratch.Get "nextPage") }} {{ with ($current.Scratch.Get "nextPage") }}
<a class="gdoc-page__nav-next" href="{{.RelPermalink}}" title="{{.Title}}">{{ .Name }} </a> <a class="gdoc-page__nav--next" href="{{.RelPermalink}}" title="{{.Title}}">{{ .Name }} </a>
{{ end }} {{ end }}
</span> </span>
{{ end }} {{ end }}