Skip to content

Commit

Permalink
Remove "previous" and "next" at either paginator limit; shrink bio pic.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Jan 11, 2024
1 parent 987bd27 commit 2c20dd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/paginator.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li><a href="{{ site.paginate_path | replace: ':num', paginator.previous_page | replace: '//', '/' | relative_url }}">{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}</a></li>
{% endif %}
{% else %}
<li><a href="#" class="disabled"><span aria-hidden="true">{% comment %}{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}{% endcomment %}That's all!</span></a></li>
{% comment %}<li><a href="#" class="disabled"><span aria-hidden="true">{% comment %}{{ site.data.ui-text[site.locale].pagination_previous | default: "Previous" }}{% endcomment %}That's all!</span></a></li>{% endcomment %}
{% endif %}

{% comment %} First page {% endcomment %}
Expand Down Expand Up @@ -62,7 +62,7 @@
{% if paginator.next_page %}
<li><a href="{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | relative_url }}">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</a></li>
{% else %}
<li><a href="#" class="disabled"><span aria-hidden="true">{% comment %}{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}{% endcomment %}That's all!</span></a></li>
{% comment %}<li><a href="#" class="disabled"><span aria-hidden="true">{{ site.data.ui-text[site.locale].pagination_next | default: "Next" }}</span></a></li>{% endcomment %}
{% endif %}
</ul>
</nav>
Expand Down
Binary file added assets/images/bio-photo-original.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/bio-photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c20dd7

Please sign in to comment.