pre-commit run --all-files
This commit is contained in:
parent
1a2e8ff659
commit
ec1efab5e0
5 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{%-if include.category-%}
|
||||
{%-assign posts = site.categories[include.category]-%}
|
||||
{%-assign posts = site.categories[include.category]-%}
|
||||
{%-else-%}
|
||||
{%-assign posts = site.posts-%}
|
||||
{%-endif-%}
|
||||
|
@ -22,4 +22,4 @@
|
|||
<li><a href="{{ include.show_more_url }}">{{ include.show_more_text | default: "Show more..." }}</a></li>
|
||||
{%- endif -%}
|
||||
</ul>
|
||||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
|
|
|
@ -8,7 +8,7 @@ layout: default
|
|||
<p class="post-meta">
|
||||
<time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.date_format }}</time>
|
||||
</p>
|
||||
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
|
|
|
@ -257,4 +257,4 @@ Para credenciales de acceso adicionales, se ejecutaría la misma orden sin la op
|
|||
|
||||
---
|
||||
|
||||
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
|
||||
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
|
||||
|
|
|
@ -40,4 +40,4 @@ También es triste ver cómo un proyecto comunitario podría estar empezando a v
|
|||
|
||||
---
|
||||
|
||||
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
|
||||
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
|
||||
|
|
|
@ -3,4 +3,4 @@ layout: archive
|
|||
lang: es
|
||||
which_category: recommendations
|
||||
title: Publicaciones de recomendaciones
|
||||
---
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue