diff options
| -rw-r--r-- | layouts/recordings/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/recordings/single.html b/layouts/recordings/single.html index 10000c2..96ddd42 100644 --- a/layouts/recordings/single.html +++ b/layouts/recordings/single.html @@ -46,10 +46,10 @@ <footer> <div class="nav"> - {{ with .PrevInSection }} + {{ with .NextInSection }} <a class="btn" href="{{ .RelPermalink }}">← Before</a> {{ end }} - {{ with .NextInSection }} + {{ with .PrevInSection }} <a class="btn" href="{{ .RelPermalink }}">Next →</a> {{ end }} </div> |
