diff --git a/client/episodes.html b/client/episodes.html index bbbc277..645c84e 100644 --- a/client/episodes.html +++ b/client/episodes.html @@ -188,16 +188,16 @@
- {{if .filter.PreviousPage }} + {{if .previousPage }} First {{end}} - {{if .filter.PreviousPage }} + {{if .previousPage }} Last @@ -205,22 +205,22 @@ - {{if .filter.NextPage }} + {{if .nextPage }} Next {{end}} - {{if gt .filter.TotalPages .page }} + {{if gt .totalPages .page }} Last