Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Oct 27, 2024
1 parent 4aec9dc commit a812b03
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/slashes/headerlinks/blog.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,6 @@ eleventyComputed:

{% include "blog/pagination-oldnew.njk" %}

{# <nav aria-labelledby="pagination-title" class="pagination__wrapper">
<h2 class="visually-hidden" id="pagination-title">Pagination</h2>
<p>
{% if pagination.href.first %}
<a href=" {{ pagination.href.first }}">Newest</a>
{% else %}
Newest
{% endif %}
/
{% if pagination.href.previous %}
<a href=" {{ pagination.href.previous }}">Newer</a>
{% else %}
Newer
{% endif %}
/
{% if pagination.href.next %}
<a href=" {{ pagination.href.next }}">Older</a>
{% else %}
Older
{% endif %}
/
{% if pagination.href.last %}
<a href=" {{ pagination.href.last }}">Oldest</a>
{% else %}
Oldest
{% endif %}
</p>
</nav> #}

{%- css %}
.blog__posts, .blog__post { display: grid; }

Expand Down

0 comments on commit a812b03

Please sign in to comment.