🐛 Remove duplicate pagination on term page

Fixes #366
This commit is contained in:
James Panther
2022-11-14 10:43:45 +11:00
parent 955ffd8c81
commit 632bcb0df8
2 changed files with 4 additions and 1 deletions
+4
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
-1
View File
@@ -40,5 +40,4 @@
</section>
{{ end }}
</section>
{{ partial "pagination.html" . }}
{{ end }}