¡Dilo en voz alta!
Nuestra pila y nuestras decisiones son de código abierto por defecto y compartimos lo que estamos haciendo de la forma más alta y frecuente posible.
diff --git a/_includes/latest-posts.html b/_includes/latest-posts.html deleted file mode 100644 index f926d64..0000000 --- a/_includes/latest-posts.html +++ /dev/null @@ -1,34 +0,0 @@ -{% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %} {%- if posts.size > 0 -%} {%- if page.list_title -%} -{{ page.list_title }}
-{%- endif -%} -- {{ post.title | escape }} -
-{{ post.date | date: date_format }}
- {%- if site.show_excerpts -%} -{{ post.description}}
- {%- endif -%} --
- {%- if paginator.previous_page %}
-
- {{ paginator.previous_page }} - {%- else %} -
- •
- {%- endif %}
-
- {{ paginator.page }}
- {%- if paginator.next_page %}
-
- {{ paginator.next_page }} - {%- else %} -
- •
- {%- endif %}
-