Skip to content

Commit

Permalink
list posts: no offset
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko authored Dec 17, 2024
1 parent b38fa0f commit e06614c
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,7 +10,7 @@
{% block content %}
<pre>
{%- 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>
* <time datetime="{{ post.date }}">{{ post.date }}</time> | <a href="{{ post.path | replace(".md", ".html") }}">{{ post.title }}</a>
{%- endfor %}
</pre>
{% endblock %}

0 comments on commit e06614c

Please sign in to comment.