Skip to content

Commit

Permalink
Merge pull request #1 from angelside/patch-1
Browse files Browse the repository at this point in the history
Update archive.njk
  • Loading branch information
oscarotero authored Sep 20, 2022
2 parents 1c005f1 + 14adb7b commit 99982ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layouts/archive.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bodyClass: body-tag
{% set postslist = results %}
{% include "templates/post-list.njk" %}

{% if not pagination.totalPages == 1 %}
{% if pagination.totalPages != 1 %}
<nav class="page-pagination">
<ul>
{%- if pagination.previous %}
Expand Down

0 comments on commit 99982ac

Please sign in to comment.