Skip to content

Commit

Permalink
Update index.html.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko authored Dec 18, 2024
1 parent f89a4bf commit c8fb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/posts/index.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{% block content %}
{%- for post in posts|sort(attribute="date",reverse=True) %}
* <time datetime="{{ post.date }}">{{ post.date }}</time> | <a href="{{ post.path | replace(".md", ".html") }}">{{ post.title }}</a>
{%- endfor %}
{% endfor -%}
{% endblock %}

0 comments on commit c8fb658

Please sign in to comment.