mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
9 lines
274 B
HTML
9 lines
274 B
HTML
{{ if ne .Parent.CurrentSection .Parent.FirstSection }} <!-- out of boundary -->
|
|
{{ with .}}
|
|
<a class="next" href="{{.RelPermalink}}">
|
|
{{ i18n "Next" }}
|
|
<span>: {{.LinkTitle}}</span>
|
|
<img src="/images/docs/v3.3/next.svg" alt="{{ i18n " Next" }}">
|
|
</a>
|
|
{{ end }}
|
|
{{ end }} |