mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge 4fe8d32f2a into 4c0f97d52d
This commit is contained in:
commit
2a6ec313ad
|
|
@ -1,9 +1,13 @@
|
|||
{{ if ne .Parent.CurrentSection .Parent.FirstSection }} <!-- out of boundary -->
|
||||
{{ with .}}
|
||||
{{ if eq .Params._build.render false }}
|
||||
{{ partial "findFirstInNextSection" (index .Pages 0)}}
|
||||
{{ else }}
|
||||
<a class="next" href="{{.RelPermalink}}">
|
||||
{{ i18n "Next" }}
|
||||
<span>: {{.LinkTitle}}</span>
|
||||
<img src="/images/docs/v3.3/next.svg" alt="{{ i18n " Next" }}">
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Loading…
Reference in New Issue