fix wrong class name for page navigation button
parent
5bcf85ae3a
commit
b6f17f1113
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue