fix wrong class name for page navigation button

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

View File

@ -53,7 +53,7 @@
</span>
<span>
{{ 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 }}
</span>
{{ end }}