This commit is contained in:
monocanas 2025-12-11 17:33:55 +08:00 committed by GitHub
commit 2a6ec313ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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