Skip to content

Commit

Permalink
Changed the podcasts page to match styling and improve linking
Browse files Browse the repository at this point in the history
  • Loading branch information
GravyJonesGalleon committed Jul 2, 2024
1 parent a0502fa commit 88bb54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/podcasts.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<nav class="row nav justify-content-between">
<span>
<a class="nav-link
{{if gt .PageNumber 1}}
{{if eq .PageNumber 1}}
disabled
{{end}}
" href='{{url "/podcasts/"}}page/{{.PageNumberPrev}}'>&larr; Previous page</a>
<a class="nav-link
{{if gt .PageNumber 1}}
{{if eq .PageNumber 1}}
disabled
{{end}}
" href='{{url "/podcasts/"}}'>Latest</a>
Expand Down

0 comments on commit 88bb54a

Please sign in to comment.