Skip to content

Commit

Permalink
Se añade contenido
Browse files Browse the repository at this point in the history
  • Loading branch information
arandanos80 committed Jan 30, 2024
1 parent b416d15 commit 2d8669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>¡Consejos Útiles!</h1>
<ul>
{% for tip in site.pages %}
{% if tip.path contains 'Tips' %}
<li><a href="{{ tip.url }}">{{ tip.title }}</a></li>
<li><a href="/Tip_Of_The_Week/{{ tip.url }}">{{ tip.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

0 comments on commit 2d8669a

Please sign in to comment.