mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
### Fixed
|
||||
|
||||
- List page doesn't render nested list pages ([#365](https://github.com/jpanther/congo/issues/365))
|
||||
- Pagination is duplicated on term pages ([#366](https://github.com/jpanther/congo/issues/366))
|
||||
|
||||
## [2.4.0] - 2022-11-10
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ range (.Paginate .Pages).Pages }}
|
||||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range .Paginator.Pages }}
|
||||
{{ range (.Paginate .Pages).Pages }}
|
||||
{{ partial "article-link.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user