Skip to content

Commit

Permalink
update to lume 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed Jul 17, 2021
1 parent 5b22fb0 commit 27aba87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ cloudflareWebAnalytics:
# Lume version this template should work.
# Check lume-blog-muse github repository to get template for newer lume.
version:
lume: 0.25.1
lume: 0.25.3
bulma: 0.9.3
2 changes: 1 addition & 1 deletion src/_includes/layouts/archive.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: layouts/base.njk
{% set postslist = results %}
{% include "templates/postslist.njk" %}
<nav class="pagination is-centered" role="navigation" aria-label="pagination">
<a class="pagination-previous" href="{{ '/posts/1/' }}">|←</a>
<a class="pagination-previous" href="{{ '/posts/' }}">|←</a>
<a class="pagination-previous" href="{{ pagination.previous }}">← Previous</a>
<a class="pagination-next" href="{{ pagination.next }}">Next →</a>
<a class="pagination-next" href="{{ '/posts/' + pagination.totalPages + '/' }}">→|</a>
Expand Down

0 comments on commit 27aba87

Please sign in to comment.