🐛 Remove duplicate pagination on term page

Fixes #366
pull/368/head
James Panther 2022-11-14 10:43:45 +11:00
parent 955ffd8c81
commit 632bcb0df8
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Fixed
- Pagination is duplicated on term pages ([#366](https://github.com/jpanther/congo/issues/366))
## [2.4.0] - 2022-11-10
### Added

View File

@ -40,5 +40,4 @@
</section>
{{ end }}
</section>
{{ partial "pagination.html" . }}
{{ end }}