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