-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<nav class="pagination" role="navigation"> | ||
{{#if prev}} | ||
<a class="newer-posts" href="{{page_url prev}}">← Publicaciones Recientes</a> | ||
<a class="newer-posts" href="{{page_url prev}}">← Newer Posts</a> | ||
{{/if}} | ||
<span class="page-number">Página {{page}} de {{pages}}</span> | ||
<span class="page-number">Page {{page}} of {{pages}}</span> | ||
{{#if next}} | ||
<a class="older-posts" href="{{page_url next}}">Publicaciones Anteriores →</a> | ||
<a class="older-posts" href="{{page_url next}}">Older Posts →</a> | ||
{{/if}} | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<aside class="subscribe-banner"> | ||
¿Te gustaría recibir el contenido en tu correo mensualmente? <a class="button" data-toggle="modal" data-target="#blogsubscribe">Subscríbete</a> | ||
Want to keep up to date weekly with more great posts? <a class="button" data-toggle="modal" data-target="#blogsubscribe">Subscribe</a> | ||
</aside> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters