Skip to content

Commit

Permalink
Cambio al español los botones de publicaciones
Browse files Browse the repository at this point in the history
  • Loading branch information
urrestarazu-alejandro authored Jun 15, 2024
1 parent adf5af3 commit ccd4fd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@ <h3 class="post-subtitle">
{% if paginator.previous_page %}
<li class="page-item previous">
<a class="page-link" href="{{ paginator.previous_page_path | absolute_url }}">
<i class="fas fa-arrow-left" alt="Newer Posts"></i>
<span class="d-none d-sm-inline-block">Newer Posts</span>
<i class="fas fa-arrow-left" alt="Publicaciones nuevas"></i>
<span class="d-none d-sm-inline-block">Publicaciones nuevas</span>
</a>
</li>
{% endif %}
{% if paginator.next_page %}
<li class="page-item next">
<a class="page-link" href="{{ paginator.next_page_path | absolute_url }}">
<span class="d-none d-sm-inline-block">Older Posts</span>
<i class="fas fa-arrow-right" alt="Older Posts"></i>
<span class="d-none d-sm-inline-block">Publicaciones anteriores</span>
<i class="fas fa-arrow-right" alt="Publicaciones anteriores"></i>
</a>
</li>
{% endif %}
Expand Down

0 comments on commit ccd4fd7

Please sign in to comment.