Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
seiteta committed Apr 30, 2024
1 parent 0fb5fd3 commit dbd1cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h1 class="post-title">
{{ post.content }}
<span class="post-date">{% include date-fr.html date=post.date %}</span>
<span class="post-tags">Tags :
{% assign sortedTags = post.tags | sort%}
{% assign sortedTags = post.tags | sort %}
{% for tag in sortedTags %}
<a href="/tag/{{ tag }}">{{ tag }}</a> /
<a href="/tag/{{ tag }}">{{ tag }}</a>
{% unless forloop.last %}/ {% endunless %}
{% endfor %}
</span>
Expand Down

0 comments on commit dbd1cda

Please sign in to comment.