website/layouts/partials/findFirstInNextSection.html
ROOMrepair 85ebc72aee fix: try to fix docs pagination bugs
Signed-off-by: ROOMrepair <twekjz@gmail.com>
2024-10-31 18:18:41 +08:00

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 }}