css, templates
This commit is contained in:
6
templates/posts.html
Normal file
6
templates/posts.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% for post in posts %}
|
||||
<a href="{{ url_for('post', name=post.path.replace('posts/', '')) }}">
|
||||
{{ post.title }}
|
||||
</a>
|
||||
<small>{{ post.date }}</small>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user